stack

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

AdminTypes.PublicationUpdateInput interface

The input fields for updating a publication.

Signature:

export interface PublicationUpdateInput 

Properties

Property Modifiers Type Description
autoPublish?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether new products should be automatically published to the publication.
publishablesToAdd?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) A list of publishable IDs to add. The maximum number of publishables to update simultaneously is 50.
publishablesToRemove?   InputMaybe<Array<Scalars[‘ID’][‘input’]>> (Optional) A list of publishable IDs to remove. The maximum number of publishables to update simultaneously is 50.