Focusing on managing products, variants, and collections through the API.
Hello!
I understand that I can create a product using the shopify product API
but am I at all able to bulk import a group of productswith custom html product descriptions in the form of a .csv like I normally would on the shopify products tab?
Hi TritonJK,
There's no direct way via the API to upload a CSV file of products, but you could replicate this functionality in your app. You could set your app up to read and parse CSV so the fields in the CSV map to the fields to Shopify's product model. Then you can use the Shopify Product API to create new products or update existing ones in the user's Shopify store.
Liam | Developer Advocate @ 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