Skip to main content
mutation

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

Creates a new catalog. For a complete explanation of a Catalog's behaviour, and how you can use it with Publications and PriceLists, see here.

•CatalogCreateInput!
required

The properties of the new catalog.


Was this section helpful?

Anchor to CatalogCreatePayload returnsCatalogCreatePayload returns

•Catalog

The newly created catalog.

•[CatalogUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?