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