# catalogCreate - admin - MUTATION Version: unstable ## 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/unstable/input-objects/CatalogCreateInput): CatalogCreateInput! - The properties of the new catalog. ## Returns * [catalog](/docs/api/admin/unstable/interfaces/Catalog): Catalog The newly created catalog. * [userErrors](/docs/api/admin/unstable/objects/CatalogUserError): CatalogUserError! The list of errors that occurred from executing the mutation. ## Examples