--- title: OrderEditAppliedDiscountInput - GraphQL Admin description: The input fields used to add a discount during an order edit. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/OrderEditAppliedDiscountInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/OrderEditAppliedDiscountInput.md metadata: domain: admin --- # 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/unstable/scalars/String) The description of the discount. * fixed​Value [Money​Input](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MoneyInput) The value of the discount as a fixed amount. * percent​Value [Float](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/mutations/orderEditAddLineItemDiscount#arguments-discount) ARGUMENT * [order​Edit​Update​Discount.discount](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/orderEditUpdateDiscount#arguments-discount) ARGUMENT *** ## Map ### Mutations using this input * [order​Edit​Add​Line​Item​Discount.discount](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/orderEditAddLineItemDiscount#arguments-discount) * [order​Edit​Update​Discount.discount](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/orderEditUpdateDiscount#arguments-discount)