# PriceListUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Error codes for failed contextual pricing operations. ### Access Scopes `read_products` access scope. Also: The user must have a permission to view. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/PriceListUserErrorCode): PriceListUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [priceListCreate](/docs/api/admin-graphql/2024-10/mutations/priceListCreate) 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. * [priceListDelete](/docs/api/admin-graphql/2024-10/mutations/priceListDelete) Deletes a price list. For example, you can delete a price list so that it no longer applies for products in the associated market. * [priceListUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListUpdate) Updates a price list. If you modify the currency, then any fixed prices set on the price list will be deleted. ## Related Unions ## Examples