# DraftOrderAppliedDiscount - admin-graphql - OBJECT Version: 2024-10 ## Description The order-level discount applied to a draft order. ### Access Scopes `read_draft_orders` access scope. ## Fields * [amount](/docs/api/admin-graphql/2024-10/scalars/Money): Money! - Amount of the order-level discount that's applied to the draft order in shop currency. * [amountSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The amount of money discounted, with values shown in both shop currency and presentment currency. * [amountV2](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - Amount of money discounted. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String! - Description of the order-level discount. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - Name of the order-level discount. * [value](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The order level discount amount. If `valueType` is `"percentage"`, then `value` is the percentage discount. * [valueType](/docs/api/admin-graphql/2024-10/enums/DraftOrderAppliedDiscountType): DraftOrderAppliedDiscountType! - Type of the order-level discount. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples