# PriceListFixedPricesByProductBulkUpdateUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Error codes for failed price list fixed prices by product bulk update 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/PriceListFixedPricesByProductBulkUpdateUserErrorCode): PriceListFixedPricesByProductBulkUpdateUserErrorCode - 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 * [priceListFixedPricesByProductUpdate](/docs/api/admin-graphql/2024-10/mutations/priceListFixedPricesByProductUpdate) Updates the fixed prices for all variants for a product on a price list. You can use the `priceListFixedPricesByProductUpdate` mutation to set or remove a fixed price for all variants of a product associated with the price list. ## Related Unions ## Examples