# QuantityPricingByVariantUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Error codes for failed volume pricing operations. ### Access Scopes `read_products` access scope. Also: The shop has the volume pricing feature enabled. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/QuantityPricingByVariantUserErrorCode): QuantityPricingByVariantUserErrorCode - 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 * [quantityPricingByVariantUpdate](/docs/api/admin-graphql/2024-10/mutations/quantityPricingByVariantUpdate) Updates quantity pricing on a price list. You can use the `quantityPricingByVariantUpdate` mutation to set fixed prices, quantity rules, and quantity price breaks. This mutation does not allow partial successes. If any of the requested resources fail to update, none of the requested resources will be updated. Delete operations are executed before create operations. ## Related Unions ## Examples