Focusing on managing products, variants, and collections through the API.
Hi, here is the problem that I'm facing using Shopify API:
Create collection using collectionCreate request without image
Collection saves properly
Update the same already saved collection with an image (name: cat.jpeg, extension: jpeg, size: <1 MB, URL: AWS URL) using collectionUpdate request
Update response contains error: {src=> "Error updating collection with this image")
I've tried to stageUpload before collectionUpdate and put Shopify resourceUrl as a image URL, and after successful stageUpload I got this from collectionUpdate:
Image upload failed. [NonRetryableStagedUploadError] Downloading image failed with: Unable to fetch asset from GCS staged upload key:
I would be really grateful for your answer.