Skip to main content
Anchor to catalogContextUpdate

catalogContextUpdate

mutation

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

Updates the context of a catalog.

ID!required

The ID of the catalog for which to update the context.

CatalogContextInput

The contexts to add to the catalog.

CatalogContextInput

The contexts to remove from the catalog.


Was this section helpful?

Anchor to CatalogContextUpdatePayload returnsCatalogContextUpdatePayload returns

Catalog

The updated catalog.

[CatalogUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?