Hello Guys,
Shopify Graphql Image upload issueWe recently migrated from the REST API to GraphQL (version 2025-01) and are facing an issue with image uploads. Our app allows merchants to upload images, which we store on their Shopify store and retrieve the image URL to save in our database. However, for the past month, the API is not returning the expected image path after the upload.Our Flow:
- The user uploads an image through our app.
- We use Shopify’s GraphQL API to upload the image to the merchant’s store.
- Normally, we receive the image URL, store it in our database, and display it on the frontend.
- However, we are not receiving the image path as expected.
We do not want to store images on our server; we only need the image URL from Shopify.Could you please help us understand if there are any recent changes, known issues, or solutions regarding GraphQL image uploads? Any guidance would be greatly appreciated!if you need a code so i will share with youThanks in advance.