No content to show
User Activity
04-24-2023
Hi Will this be taken into consideration? We could also use this webhook.
09-12-2022
That's the point of my question, I want to use the Rest API for this not the GraphQL. And since there is documentation to create metafields on images through the Rest API there should be an option to load the metafields through the Rest API
09-12-2022
Your reply doesn't answer my question. The problem isn't about the image_id it's about Shopify lack of documentation to load metafields for an image.
09-09-2022
You can find documentation on how to add metafields to Product Images: https://shopify.dev/api/admin-rest/2021-10/resources/product-image#put-products-product-id-images-image-id But I can't seem to find documentation on how to load metafields for Pro...
Whenever a product is created or updated in my Shopify installation I need to validate the value of a metafield on the product. For this I use a custom application that receives webhooks from Shopify. When the validation of the metafield fails I need...
You can try and run:-> shopify app tunnel stopAnd restart the server-> shopify app serve Seems to fix the issue for me.