Shopify Community AMA with Shopify Developers: The New GraphQL Product APIs

Hi @Eligijus

I think you are referring to the migration of productUpdateImage → productUpdateMedia where we don’t allow the filename or extension to be changed in that mutation - right? This should be able to be changed through the fileUpdate call using the filename input parameter. If you are looking to update the file itself - even if it’s associated with a product - fileUpdate should work here.