Development discussions around Shopify APIs
Is it possible to upload a product import CSV file via API to Shopify, and initiate a product import, so I can do mass product CRUD without using thousands of requests? I'm developing an online based PIM/DAM system for a large vendor, that will have a couple of thousands updates or new products each day.
Kind regards
Dang. Is there any alternative way to do mass updates without using thousands of requests?
But for the product updation you can use Shopify Api to CRUD
Thank you, yes I know, but as far as I can see, using the REST api will require one request per operation, and that will pile up very quickly. I'm wondering if I can do bulk create/update oon many products with limited requests using either the REST api or GraphQL
You can do a bulk import and update products via GraphQL by using a bulk operation, however it does not use a CSV formatted file. You would need to convert your import data into JSONL format, upload it to Shopify, then run the import from the uploaded file to your shop. The import runs in the background and you check on its status to determine when it has completed. You can read more about the process in our docs here: https://shopify.dev/api/usage/bulk-operations/imports
CS | API Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hello.
Has any of this changed since the last posting? Is https://shopify.dev/api/usage/bulk-operations/imports still the only way to import via an api? Is there still no csv import api?
User | RANK |
---|---|
11 | |
6 | |
5 | |
5 | |
5 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022