Anchor to catalogUpdatecatalog
mutationcatalog Update
Requires 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 that determines pricing adjustments or the Publication that controls which products customers see.
Anchor to Arguments
Arguments
- id (ID!)
- input (CatalogUpdateInput!)
- •ID!required
The ID of the catalog to update.
- Anchor to inputinput•Catalog
Update Input! required The properties of the updated catalog.
Was this section helpful?
- catalog (Catalog)
- userErrors ([CatalogUserError!]!)
- Anchor to catalogcatalog•Catalog
The updated catalog.
- Anchor to userErrorsuser•[Catalog
Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?