# DraftOrderAppliedDiscountInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for applying an order-level discount to a draft order. ### Access Scopes ## Fields * [amount](/docs/api/admin-graphql/2024-10/scalars/Money): Money - The applied amount of the discount in your shop currency. * [amountWithCurrency](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput - The applied amount of the discount in the specified currency. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - Reason for the discount. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - Title of the discount. * [value](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The value of the discount. If the type of the discount is fixed amount, then this is a fixed amount in your shop currency. If the type is percentage, then this is the percentage. * [valueType](/docs/api/admin-graphql/2024-10/enums/DraftOrderAppliedDiscountType): DraftOrderAppliedDiscountType! - The type of discount. ## Input objects with this input object * [DraftOrderInput](/docs/api/admin-graphql/2024-10/input-objects/DraftOrderInput) * [DraftOrderLineItemInput](/docs/api/admin-graphql/2024-10/input-objects/DraftOrderLineItemInput) ## Examples