PriceRuleQuantityRangeInput input object

Specifies the input fields to update the quantity range within which the price rule is applicable.


Input 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 or equal bound 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 or equal bound of the quantity range.