Hello, Community!
I am experiencing an issue with the Shopify API integration and am wondering if anyone here has encountered a similar problem and can offer a solution or guidance.
We’re able to create products just fine through the POST endpoint /admin/api/2023-10/products.json. However, when attempting to upload images for these products using the POST endpoint /admin/api/2023-10/products/{product_id}/images.json, we are intermittently receiving “409 - Conflict” errors. Intriguingly, this doesn’t happen on every call but rather sporadically, which makes diagnosing the issue even more challenging.
We have already implemented automatic retries, but this is far from ideal. We have not found any references to this specific error in the official documentation or on other forums. Here’s what happens after the upload attempts (attached image).
Has anyone else gone through this or could offer some insight on how to resolve or circumvent this issue? Any help would be greatly appreciated!
Thank you in advance!
