# DraftOrderAppliedDiscountInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for applying an order-level discount to a draft order.

### Access Scopes



## Fields
* [amount](/docs/api/admin/2025-01/scalars/Money): Money - The applied amount of the discount in your shop currency.
* [amountWithCurrency](/docs/api/admin/2025-01/input-objects/MoneyInput): MoneyInput - The applied amount of the discount in the specified currency.
* [description](/docs/api/admin/2025-01/scalars/String): String - Reason for the discount.
* [title](/docs/api/admin/2025-01/scalars/String): String - Title of the discount.
* [value](/docs/api/admin/2025-01/scalars/Float): Float! - The value of the discount.
If the type of the discount is fixed amount, then this is a fixed amount in your shop currency.
If the type is percentage, then this is the percentage.
* [valueType](/docs/api/admin/2025-01/enums/DraftOrderAppliedDiscountType): DraftOrderAppliedDiscountType! - The type of discount.


## Input objects with this input object
* [DraftOrderInput](/docs/api/admin/2025-01/input-objects/DraftOrderInput)
* [DraftOrderLineItemInput](/docs/api/admin/2025-01/input-objects/DraftOrderLineItemInput)


## Examples