# PriceListPriceUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error for a failed price list price operation. ### Access Scopes `read_products` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/PriceListPriceUserErrorCode): PriceListPriceUserErrorCode - 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 * [priceListFixedPricesAdd](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesAdd) Creates or updates fixed prices on a price list. You can use the `priceListFixedPricesAdd` mutation to set a fixed price for specific product variants. This lets you change product variant pricing on a per country basis. Any existing fixed price list prices for these variants will be overwritten. * [priceListFixedPricesDelete](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesDelete) Deletes specific fixed prices from a price list using a product variant ID. You can use the `priceListFixedPricesDelete` mutation to delete a set of fixed prices from a price list. After deleting the set of fixed prices from the price list, the price of each product variant reverts to the original price that was determined by the price list adjustment. * [priceListFixedPricesUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesUpdate) Updates fixed prices on a price list. You can use the `priceListFixedPricesUpdate` mutation to set a fixed price for specific product variants or to delete prices for variants associated with the price list. ## Related Unions ## Examples