# catalogCreate - admin - MUTATION
Version: 2024-07

## Description
Creates a new catalog.

### Access Scopes
`write_products` access scope. Also: The user must have permission to create and edit catalogs.


## Arguments
* [input](/docs/api/admin/2024-07/input-objects/CatalogCreateInput): CatalogCreateInput! - The properties of the new catalog.


## Returns
* [catalog](/docs/api/admin/2024-07/interfaces/Catalog): Catalog The newly created catalog.
* [userErrors](/docs/api/admin/2024-07/objects/CatalogUserError): CatalogUserError! The list of errors that occurred from executing the mutation.


## Examples