Skip to main content
Log inSign up
mutation

Requires write_products access scope. Also: The user must have a permission to update products.

Updates a product.

For versions 2024-01 and older: If you update a product and only include some variants in the update, then any variants not included will be deleted.

To safely manage variants without the risk of deleting excluded variants, use productVariantsBulkUpdate.

If you want to update a single variant, then use productVariantUpdate.

•

List of new media to be added to the product.

•

The updated properties for a product.

•
ProductInputDeprecated

The updated properties for a product. Deprecated as of 2024-10.

Use product argument instead.


Was this section helpful?

Anchor to ProductUpdatePayload returnsProductUpdatePayload returns

•

The updated product object.

•

The list of errors that occurred from executing the mutation.


Was this section helpful?