No content to show
User Activity
Interesting! Will give this a try, thanks
Hi @Liam -- I'm sure you realize all of these "workarounds" are pretty bad solutions Is it possible to just have this information added to the API response soon?
I am trying to use the File API (https://shopify.dev/docs/api/admin-graphql/2023-07/queries/files) to get a list of the files in a store. Ultimately I'm looking for files which are *not* product images -- so things like images used on blog pages, etc...
Alternatively, if the productUpdateMedia mutation would accept a gid with the old ProductImage ID, that would work too. e.g."id": "gid://shopify/ProductImage/123456789"
05-23-2023
I am trying to respond to a product update webhook and update some properties of the associated images. I'd like to use the productUpdateMedia mutation, but the webhook data doesn't have the MediaImage IDs that are needed.Is this possible to do? It s...
That MediaImage ID is different than the ProductImage ID?