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?
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.
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