Skip to main content
Anchor to CatalogContextUpdatePayload

CatalogContextUpdatePayload

payload

Return type for catalogContextUpdate mutation.

•Catalog

The updated catalog.

•[CatalogUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Modifies which contexts, like markets or B2B company locations, can access a Catalog. You can add or remove contexts to control where the catalog's products and prices are available.

Learn more about managing catalog contexts and managing B2B catalogs.

Arguments

•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?