Home > @infiniteobjects/shopify-data-manager > AdminTypes > PublicationUpdateInput
The input fields for updating a publication.
Signature:
export interface PublicationUpdateInput
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. |