Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionPublication
Represents the publications where a collection is published.
Signature:
export interface CollectionPublication
Property | Modifiers | Type | Description |
---|---|---|---|
channel | Channel | The channel where the collection will be published. | |
collection | Collection | The collection to be published on the publication. | |
isPublished | Scalars[‘Boolean’][‘output’] | Whether the publication is published or not. | |
publication | Publication | The publication where the collection will be published. | |
publishDate | Scalars[‘DateTime’][‘output’] | The date that the publication was or is going to be published. |