stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleQuantityRange

AdminTypes.PriceRuleQuantityRange interface

A quantity range within which the price rule is applicable.

Signature:

export interface PriceRuleQuantityRange 

Properties

Property Modifiers Type Description
greaterThan?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The lower bound of the quantity range.
greaterThanOrEqualTo?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The lower bound or equal of the quantity range.
lessThan?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The upper bound of the quantity range.
lessThanOrEqualTo?   Maybe<Scalars[‘Int’][‘output’]> (Optional) The upper bound or equal of the quantity range.