# PriceRuleQuantityRangeInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to update the quantity range within which the price rule is applicable. ### Access Scopes ## Fields * [greaterThan](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The lower bound of the quantity range. * [greaterThanOrEqualTo](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The lower or equal bound of the quantity range. * [lessThan](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The upper bound of the quantity range. * [lessThanOrEqualTo](/docs/api/admin-graphql/2024-07/scalars/Int): Int - The upper or equal bound of the quantity range. ## Input objects with this input object * [PriceRuleInput](/docs/api/admin-graphql/2024-07/input-objects/PriceRuleInput) ## Examples