Skip to main content
Log inSign up
mutation

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

Deprecated. Use `productUpdate` instead.

Changes the status of a product. This allows you to set the availability of the product across all channels.

ID!required

The ID of the product.

The status to be assigned to the product.


Was this section helpful?

Anchor to ProductChangeStatusPayload returnsProductChangeStatusPayload returns

The product object.

The list of errors that occurred from executing the mutation.


Was this section helpful?