Skip to main content
mutation

Requires write_publications access scope. Also: The user must have a permission to create and edit catalogs.

Updates a Publication.

You can add or remove products from the publication, with a maximum of 50 items per operation. The autoPublish field determines whether new products automatically display in this publication.

ID!
required

The ID of the publication to update.

PublicationUpdateInput!
required

The input fields to use when updating the publication.


Was this section helpful?

Anchor to PublicationUpdatePayload returnsPublicationUpdatePayload returns

Publication

The publication that's been updated.

[PublicationUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?