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.

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?