Skip to main content
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.

ProductStatus!required

The status to be assigned to the product.


Was this section helpful?

Anchor to ProductChangeStatusPayload returnsProductChangeStatusPayload returns

Product

The product object.

[ProductChangeStatusUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?