# OrderEditAppliedDiscountInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields used to add a discount during an order edit. ### Access Scopes ## Fields * [description](/docs/api/admin-graphql/2024-07/scalars/String): String - The description of the discount. * [fixedValue](/docs/api/admin-graphql/2024-07/input-objects/MoneyInput): MoneyInput - The value of the discount as a fixed amount. * [percentValue](/docs/api/admin-graphql/2024-07/scalars/Float): Float - The value of the discount as a percentage. ## Input objects with this input object * [orderEditAddLineItemDiscount](/docs/api/admin-graphql/2024-07/mutations/orderEditAddLineItemDiscount) * [orderEditUpdateDiscount](/docs/api/admin-graphql/2024-07/mutations/orderEditUpdateDiscount) ## Examples