MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
946 stars 278 forks source link

Upload Multiple Images while creating a product #476

Closed anusrivas closed 2 years ago

anusrivas commented 3 years ago

Hi.. I am facing issues when I try to upload multiple images into Shopify using the following API:

shopifyClient.product.create( { images: [ { src: src1 }, { src: src2 }, { src: src3 { src: src4 }, { src: src5 },

], color: 'Gunmetal', title: 'Gunmetal Eyeglasses Full Rim Round', })

Only 3 images seem to be uploaded, the rest is lost although the promise to this delivers all 5 images but the admin interface shows only 3 images and the same is only visible in the storefront ... Can u please help with this?

lpinca commented 3 years ago

I don't know but you can try with another HTTP client (like curl) and see it if the result is the same.

lpinca commented 2 years ago

I'm closing this due to inactivity.