Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderEditAppliedDiscountInput
The input fields used to add a discount during an order edit.
Signature:
export interface OrderEditAppliedDiscountInput
Property | Modifiers | Type | Description |
---|---|---|---|
description? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The description of the discount. | |
fixedValue? | InputMaybe<MoneyInput> | (Optional) The value of the discount as a fixed amount. | |
percentValue? | InputMaybe<Scalars[‘Float’][‘input’]> | (Optional) The value of the discount as a percentage. |