Home > @infiniteobjects/shopify-data-manager > AdminTypes > PublicationCreateInput
The input fields for creating a publication.
Signature:
export interface PublicationCreateInput
Property | Modifiers | Type | Description |
---|---|---|---|
autoPublish? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether to automatically add newly created products to this publication. | |
catalogId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) The ID of the catalog. | |
defaultState? | InputMaybe<PublicationCreateInputPublicationDefaultState | `${PublicationCreateInputPublicationDefaultState}`> | (Optional) Whether to create an empty publication or prepopulate it with all products. |