Skip to main content
mutation

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

Updates an existing catalog's configuration. Catalogs control product publishing and pricing for specific contexts like markets or B2B company locations.

You can modify the catalog's title, status, and associated context. You can also update the PriceList that determines pricing adjustments or the Publication that controls which products customers see.

•ID!
required

The ID of the catalog to update.

•CatalogUpdateInput!
required

The properties of the updated catalog.


Was this section helpful?

Anchor to CatalogUpdatePayload returnsCatalogUpdatePayload returns

•Catalog

The updated catalog.

•[CatalogUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?