--- title: CatalogCreatePayload - GraphQL Admin description: Return type for `catalogCreate` mutation. api_version: 2024-10 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/CatalogCreatePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/CatalogCreatePayload.txt --- # Catalog​Create​Payload payload Return type for `catalogCreate` mutation. ## Fields * catalog [Catalog](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Catalog) The newly created catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CatalogUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [catalog​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogCreate) mutation Creates a new catalog. *** ## Map ### Mutations with this payload * <\~>[catalog​Create](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/catalogCreate)