stack

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

AdminTypes.DiscountOnQuantityInput interface

The input fields for the quantity of items discounted and the discount value.

Signature:

export interface DiscountOnQuantityInput 

Properties

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.