# QuantityRuleUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error for a failed quantity rule operation. ### Access Scopes `read_products` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/QuantityRuleUserErrorCode): QuantityRuleUserErrorCode - 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 * [quantityRulesAdd](/docs/api/admin-graphql/2024-10/mutations/quantityRulesAdd) Creates or updates existing quantity rules on a price list. You can use the `quantityRulesAdd` mutation to set order level minimums, maximumums and increments for specific product variants. * [quantityRulesDelete](/docs/api/admin-graphql/2024-10/mutations/quantityRulesDelete) Deletes specific quantity rules from a price list using a product variant ID. You can use the `quantityRulesDelete` mutation to delete a set of quantity rules from a price list. ## Related Unions ## Examples