# DraftOrderAppliedDiscount - admin - OBJECT
Version: 2025-01

## Description
The order-level discount applied to a draft order.

### Access Scopes
`read_draft_orders` access scope.


## Fields
* [amount](/docs/api/admin/2025-01/scalars/Money): Money! - Amount of the order-level discount that's applied to the draft order in shop currency.
* [amountSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The amount of money discounted, with values shown in both shop currency and presentment currency.
* [amountV2](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - Amount of money discounted.
* [description](/docs/api/admin/2025-01/scalars/String): String! - Description of the order-level discount.
* [title](/docs/api/admin/2025-01/scalars/String): String - Name of the order-level discount.
* [value](/docs/api/admin/2025-01/scalars/Float): Float! - The order level discount amount. If `valueType` is `"percentage"`,
then `value` is the percentage discount.
* [valueType](/docs/api/admin/2025-01/enums/DraftOrderAppliedDiscountType): DraftOrderAppliedDiscountType! - Type of the order-level discount.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples