stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductChangeStatusPayload

AdminTypes.ProductChangeStatusPayload interface

Return type for productChangeStatus mutation.

Signature:

export interface ProductChangeStatusPayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The product object.
userErrors   Array<ProductChangeStatusUserError> The list of errors that occurred from executing the mutation.