Focusing on managing products, variants, and collections through the API.
Im doing the following mutations to create a new product and link an image to it:
1- UPLOAD IMAGE TO SHOPIFY:
It seems it's a timeout error that happens "RANDOMLY" in 1/4 to 1/3 of the cases. My solution was to send the media and then use query Files to check the status (which returns the correct status of the media), if it failed, I send again until it return success. Very sad to need to make this poor solution for such problem.