--- title: DraftOrderAppliedDiscount - GraphQL Admin description: The order-level discount applied to a draft order. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderAppliedDiscount md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderAppliedDiscount.md --- # Draft​Order​Applied​Discount object Requires `read_draft_orders` access scope. The order-level discount applied to a draft order. ## Fields * amount​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MoneyBag) non-null The amount of money discounted, with values shown in both shop currency and presentment currency. * description [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null Description of the order-level discount. * title [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) Name of the order-level discount. * value [Float!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) non-null The order level discount amount. If `valueType` is `"percentage"`, then `value` is the percentage discount. * value​Type [Draft​Order​Applied​Discount​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/DraftOrderAppliedDiscountType) non-null Type of the order-level discount. ### Deprecated fields * amount [Money!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Money) non-nullDeprecated * amount​V2 [Money​V2!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MoneyV2) non-nullDeprecated *** ## Map ### Fields with this object * {}[CalculatedDraftOrder.appliedDiscount](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CalculatedDraftOrder#field-CalculatedDraftOrder.fields.appliedDiscount) * {}[CalculatedDraftOrderLineItem.appliedDiscount](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CalculatedDraftOrderLineItem#field-CalculatedDraftOrderLineItem.fields.appliedDiscount) * {}[DraftOrder.appliedDiscount](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrder#field-DraftOrder.fields.appliedDiscount) * {}[DraftOrderLineItem.appliedDiscount](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.appliedDiscount)