--- title: CatalogCreatePayload - GraphQL Admin description: Return type for `catalogCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/catalogcreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/catalogcreatepayload.md --- # Catalog​Create​Payload payload Return type for `catalogCreate` mutation. ## Fields * catalog [Catalog](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) The newly created catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/mutations/catalogCreate) mutation Creates a new catalog. For a complete explanation of a [`Catalog`](https://shopify.dev/api/admin-graphql/latest/interfaces/catalog)'s behaviour, and how you can use it with [`Publication`s](https://shopify.dev/api/admin-graphql/latest/objects/Publication) and [`PriceList`s](https://shopify.dev/api/admin-graphql/latest/objects/PriceList), see [here](https://shopify.dev/docs/apps/build/markets/catalogs-different-markets). *** ## Map ### Mutations with this payload * [catalog​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/catalogCreate)