stack

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

AdminTypes.ProductPublication interface

Represents the channels where a product is published.

Signature:

export interface ProductPublication 

Properties

Property Modifiers Type Description
channel   Channel The channel where the product was or is published.
isPublished   Scalars[‘Boolean’][‘output’] Whether the publication is published or not.
product   Product The product that was or is going to be published on the channel.
publishDate?   Maybe<Scalars[‘DateTime’][‘output’]> (Optional) The date that the product was or is going to be published on the channel.