--- title: DraftOrderAppliedDiscount - Customer API description: The order-level discount applied to a draft order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/draftorderapplieddiscount md: https://shopify.dev/docs/api/customer/latest/objects/draftorderapplieddiscount.md --- # Draft​Order​Applied​Discount object The order-level discount applied to a draft order. ## Fields * discount​Value [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount of money discounted. * title [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the order-level discount. *** ## Map ### Fields with this object * {}[DraftOrderDiscountInformation.appliedDiscount](https://shopify.dev/docs/api/customer/latest/objects/DraftOrderDiscountInformation#field-appliedDiscount)