Product Image Skipping

Product Image Skipping

Ibrahim_dev
Shopify Partner
2 0 0

i write script to add products, actually i fetch product data from api like (image URL, title etc.), then i add to shopify, when script runs, on shopify it creates new products one by one but sometimes it didn't add image in product even image URL is valid, it skips without any error, so kindly tell why this issue occurs and how to fix it?

Replies 2 (2)

farid-movsumov
Shopify Partner
126 6 39

It might be happening because Shopify can not fetch the image from URL provided. I would recommend trying to import one example URL manually and see if some error is happening.

 

faridmovsumov_0-1742536245892.png

 

Ibrahim_dev
Shopify Partner
2 0 0

I tried to import URL manually and it didn't give any error, but when i tried to create products through script it works correctly but sometimes it skip images of some products even the image URL is valid, I want to know is this shopify issue or any thing else