stack

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

AdminTypes.PublicationCreateInput interface

The input fields for creating a publication.

Signature:

export interface PublicationCreateInput 

Properties

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.