--- title: OrderEditAppliedDiscountInput - GraphQL Admin description: The input fields used to add a discount during an order edit. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OrderEditAppliedDiscountInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OrderEditAppliedDiscountInput.txt --- # Order​Edit​Applied​Discount​Input input\_object The input fields used to add a discount during an order edit. ## Fields * description [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The description of the discount. * fixed​Value [Money​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MoneyInput) The value of the discount as a fixed amount. * percent​Value [Float](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Float) The value of the discount as a percentage. *** ## Mutations using this input * [order​Edit​Add​Line​Item​Discount.​discount](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderEditAddLineItemDiscount#argument-discount) MUTATION * [order​Edit​Update​Discount.​discount](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderEditUpdateDiscount#argument-discount) MUTATION *** ## Map ### Mutations using this input * <\~>[order​Edit​Add​Line​Item​Discount.discount](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderEditAddLineItemDiscount#argument-discount) * <\~>[order​Edit​Update​Discount.discount](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/orderEditUpdateDiscount#argument-discount)