Skip to main content
Log inSign up
mutation

Requires write_products access scope. Also: The user must have a permission to update an image of a product.

Deprecated. Use `productUpdateMedia` instead.

Updates an image of a product.

•
ImageInput!required

Image to be updated.

•
ID!required

The ID of the product on which to update the image.


Was this section helpful?

Anchor to ProductImageUpdatePayload returnsProductImageUpdatePayload returns

•

The image that has been updated.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?