Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountOnQuantityInput
The input fields for the quantity of items discounted and the discount value.
Signature:
export interface DiscountOnQuantityInput
Property | Modifiers | Type | Description |
---|---|---|---|
effect? | InputMaybe<DiscountEffectInput> | (Optional) The percentage value of the discount. | |
quantity? | InputMaybe<Scalars[‘UnsignedInt64’][‘input’]> | (Optional) The quantity of items that are discounted. |