--- title: PriceListCreatePayload - GraphQL Admin description: Return type for `priceListCreate` 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/pricelistcreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/pricelistcreatepayload.md --- # Price​List​Create​Payload payload Return type for `priceListCreate` mutation. ## Fields * price​List [Price​List](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceList) The newly created price list. * user​Errors [\[Price​List​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceListUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [price​List​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListCreate) mutation Creates a price list. You can use the `priceListCreate` mutation to create a new price list and associate it with a catalog. This enables you to sell your products with contextual pricing. *** ## Map ### Mutations with this payload * [price​List​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/priceListCreate)