PriceRuleQuantityRangeInput - admin-graphql - INPUT_OBJECT
Version: 2024-04
Description:
The input fields to update the quantity range within which the price rule is applicable.
Access Scopes
Fields
greaterThan
: Int - The lower bound of the quantity range.
greaterThanOrEqualTo
: Int - The lower or equal bound of the quantity range.
lessThan
: Int - The upper bound of the quantity range.
lessThanOrEqualTo
: Int - The upper or equal bound of the quantity range.
Input objects with this input object
PriceRuleInput
Examples