# PriceRuleQuantityRange - admin-graphql - OBJECT Version: 2024-10 ## Description A quantity range within which the price rule is applicable. ### Access Scopes `read_price_rules` access scope. ## Fields * [greaterThan](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The lower bound of the quantity range. * [greaterThanOrEqualTo](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The lower bound or equal of the quantity range. * [lessThan](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The upper bound of the quantity range. * [lessThanOrEqualTo](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The upper bound or equal of the quantity range. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples