Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductChangeStatusPayload
Return type for productChangeStatus
mutation.
Signature:
export interface ProductChangeStatusPayload
Property | Modifiers | Type | Description |
---|---|---|---|
product? | Maybe<Product> | (Optional) The product object. | |
userErrors | Array<ProductChangeStatusUserError> | The list of errors that occurred from executing the mutation. |