Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductPublication
Represents the channels where a product is published.
Signature:
export interface ProductPublication
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. |