stack

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

AdminTypes.ProductPublishPayload interface

Return type for productPublish mutation.

Signature:

export interface ProductPublishPayload 

Properties

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.