--- title: DraftOrderAppliedDiscountType - GraphQL Admin description: The valid discount types that can be applied to a draft order. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/DraftOrderAppliedDiscountType md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/DraftOrderAppliedDiscountType.txt --- # Draft​Order​Applied​Discount​Type enum The valid discount types that can be applied to a draft order. ## Valid values * FIXED\_​AMOUNT A fixed amount in the store's currency. * PERCENTAGE A percentage of the order subtotal. *** ## Fields * [Draft​Order​Applied​Discount.​value​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DraftOrderAppliedDiscount#field-valueType) OBJECT The order-level discount applied to a draft order. * [Draft​Order​Applied​Discount​Input.​value​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DraftOrderAppliedDiscountInput#field-valueType) INPUT OBJECT The input fields for applying an order-level discount to a draft order. *** ## Map ### Fields with this enum * <-|[Draft​Order​Applied​Discount.valueType](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DraftOrderAppliedDiscount#field-valueType) ### Inputs with this enum * [Draft​Order​Applied​Discount​Input.valueType](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DraftOrderAppliedDiscountInput#field-valueType)