PriceRuleMoneyRangeInput input object

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


Input fields

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