Home > @infiniteobjects/shopify-data-manager > AdminTypes > QuantityRule > maximum
An optional value that defines the highest allowed quantity purchased by the customer. If defined, maximum must be lower than or equal to the minimum and must be a multiple of the increment.
Signature:
maximum?: Maybe<Scalars['Int']['output']>;