--- title: CatalogCreatePayload - GraphQL Admin description: Return type for `catalogCreate` mutation. api_version: 2025-07 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/catalogcreatepayload md: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/catalogcreatepayload.md --- # Catalog​Create​Payload payload Return type for `catalogCreate` mutation. ## Fields * catalog [Catalog](https://shopify.dev/docs/api/admin-graphql/2025-07/interfaces/Catalog) The newly created catalog. * user​Errors [\[Catalog​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/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/2025-07/mutations/catalogCreate) mutation Creates a [`Catalog`](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Catalog) that controls product availability and pricing for specific contexts like [markets](https://shopify.dev/docs/api/admin-graphql/latest/objects/Market) or B2B [company locations](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocation). ### Publications and Price Lists * **[`Publication`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Publication)** objects control which products are visible in a catalog. Publications are **optional**. When a publication isn't associated with a catalog, product availability is determined by the sales channel. * **[`PriceList`](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList)** objects define custom pricing for products in a catalog. You can optionally associate a publication and price list when creating the catalog, or add them later using separate mutations. ### When to use Publications **Create a publication only if you need to:** * Limit which products are visible in a specific context (e.g., show different products to different company locations or markets) * Publish a curated subset of your product catalog **Do NOT create a publication if:** * You want product availability determined by the sales channel * You only need to customize pricing (use a price list without a publication) > **Important:** For company location catalogs that only require custom pricing, create the catalog with a price list but without a publication. Learn more about [managing catalog contexts](https://shopify.dev/docs/apps/build/markets/new-markets/catalogs) and [using catalogs for different markets](https://shopify.dev/docs/apps/build/markets/catalogs-different-markets). * input [Catalog​Create​Input!](https://shopify.dev/docs/api/admin-graphql/2025-07/input-objects/CatalogCreateInput) required ### Arguments The properties of the new catalog. *** *** ## Map ### Mutations with this payload * [catalog​Create](https://shopify.dev/docs/api/admin-graphql/2025-07/types/catalogCreate)