Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderAppliedDiscountType
The valid discount types that can be applied to a draft order.
Signature:
export declare enum DraftOrderAppliedDiscountType
| Member | Value | Description |
|---|---|---|
| FixedAmount | "FIXED_AMOUNT" |
A fixed amount in the store’s currency. |
| Percentage | "PERCENTAGE" |
A percentage of the order subtotal. |