catalogUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates an existing catalog.
Access Scopes
`write_products` access scope. Also: The user must have a permission to update a catalog.
Arguments
-
id:
ID! -
The ID of the catalog to update.
-
input:
CatalogUpdateInput! -
The properties of the updated catalog.
Returns
-
catalog:
Catalog
The updated catalog.
-
userErrors:
CatalogUserError!
The list of errors that occurred from executing the mutation.
Examples