A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello, I need a support for posting product with main and other images using rest API. I have tried few products with different images, few of them are successfully posted with image but some of products are posted successfully and we could not found image posted on store.
Product with below URl : Successfully posted ----
https://images-na.ssl-images-amazon.com/images/I/51Y3HCREuWL._SL1280_.jpg
Product with below URl :Product posted without Image----
https://images-na.ssl-images-amazon.com/images/I/41f4n2fVjaL._SL1280_.jpg
Hello @Niranka ,
Can you supply an x-request-id for a product creation that did not successfully add the image? I can take a look for you.
Best,
Graham
To learn more visit the Shopify Help Center or the Community Blog.
Hello @Niranka ,
The x-request-id is provided in the response headers that come back from our server when you use the REST API. If you are successfully interacting with the server to upload a product, then there should be an x-request-id even if the photos fail to upload.
Best,
Graham
To learn more visit the Shopify Help Center or the Community Blog.