PriceRuleQuantityRange object

A quantity range within which the price rule is applicable.

Required access

read_price_rules access scope.


On this page


Fields

  • greaterThan ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The lower bound of the quantity range.
  • greaterThanOrEqualTo ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The lower bound or equal of the quantity range.
  • lessThan ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The upper bound of the quantity range.
  • lessThanOrEqualTo ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The upper bound or equal of the quantity range.


Types that return PriceRuleQuantityRange

  • [PriceRule.prerequisiteQuantityRange](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricerule#prerequisitequantityrange-2021-01)