PriceRuleMoneyRange object
A money range within which the price rule is applicable.
Required access
read_price_rules
access scope.
On this page
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 bound or equal 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 bound or equal of the money range.
Types that return PriceRuleMoneyRange
[PriceRule.prerequisiteShippingPriceRange](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricerule#prerequisiteshippingpricerange-2021-01)
[PriceRule.prerequisiteSubtotalRange](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricerule#prerequisitesubtotalrange-2021-01)