catalogCreate - admin-graphql - MUTATION
Version: 2024-10
Description:
Creates a new catalog.
Access Scopes
`write_products` access scope. Also: The user must have a permission to create a catalog.
Arguments
-
input:
CatalogCreateInput! -
The properties of the new catalog.
Returns
-
catalog:
Catalog
The newly created catalog.
-
userErrors:
CatalogUserError!
The list of errors that occurred from executing the mutation.
Examples