Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductPublishPayload
Return type for productPublish
mutation.
Signature:
export interface ProductPublishPayload
Property | Modifiers | Type | Description |
---|---|---|---|
product? | Maybe<Product> | (Optional) The product that has been published. | |
productPublications? | Maybe<Array<ProductPublication>> | (Optional) The channels where the product is published. | |
shop | Shop | The user’s shop. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |