--- title: PriceListUserError - GraphQL Admin description: Error codes for failed contextual pricing operations. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricelistusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricelistusererror.md --- # Price​List​User​Error object Requires `read_products` access scope. Also: The user must have permission to view catalogs. Error codes for failed contextual pricing operations. ## Fields * code [Price​List​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/PriceListUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [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. * [price​List​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListDelete) mutation Deletes a price list. For example, you can delete a price list so that it no longer applies for products in the associated market. * [price​List​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListUpdate) mutation Updates a price list. If you modify the currency, then any fixed prices set on the price list will be deleted. *** ## <\~> PriceListUserError Mutations ### Mutated by * <\~>[price​List​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListCreate) * <\~>[price​List​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListDelete) * <\~>[price​List​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/priceListUpdate) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-PriceListUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)