stack

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

AdminTypes.DiscountEffectInput interface

The input fields for how the discount will be applied. Currently, only percentage off is supported.

Signature:

export interface DiscountEffectInput 

Properties

Property Modifiers Type Description
percentage?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The percentage value of the discount. Value must be between 0.00 - 1.00.