# PriceRuleQuantityRange - admin - OBJECT
Version: 2025-01

## Description
A quantity range within which the price rule is applicable.

### Access Scopes
`read_price_rules` access scope.


## Fields
* [greaterThan](/docs/api/admin/2025-01/scalars/Int): Int - The lower bound of the quantity range.
* [greaterThanOrEqualTo](/docs/api/admin/2025-01/scalars/Int): Int - The lower bound or equal of the quantity range.
* [lessThan](/docs/api/admin/2025-01/scalars/Int): Int - The upper bound of the quantity range.
* [lessThanOrEqualTo](/docs/api/admin/2025-01/scalars/Int): Int - The upper bound or equal of the quantity range.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples