Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountEffectInput
The input fields for how the discount will be applied. Currently, only percentage off is supported.
Signature:
export interface DiscountEffectInput
Property | Modifiers | Type | Description |
---|---|---|---|
percentage? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The percentage value of the discount. Value must be between 0.00 - 1.00. |