--- title: ExchangeLineItemAppliedDiscountValueInput - GraphQL Admin description: |- The input value for an applied discount on a calculated exchange line item. Can either specify the value as a fixed amount or a percentage. 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/ExchangeLineItemAppliedDiscountValueInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemAppliedDiscountValueInput.txt --- # Exchange​Line​Item​Applied​Discount​Value​Input input\_object The input value for an applied discount on a calculated exchange line item. Can either specify the value as a fixed amount or a percentage. ## Fields * amount [Money​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/MoneyInput) The value of the discount as a fixed amount. * percentage [Float](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Float) The value of the discount as a percentage. *** ## Input objects using this input * [Exchange​Line​Item​Applied​Discount​Input.​value](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemAppliedDiscountInput#field-value) INPUT OBJECT The input fields for an applied discount on a calculated exchange line item. *** ## Map ### Input objects using this input * [Exchange​Line​Item​Applied​Discount​Input.value](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemAppliedDiscountInput#field-value)