# CalculateExchangeLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for exchange line items on a calculated return. ### Access Scopes ## Fields * [appliedDiscount](/docs/api/admin-graphql/2024-07/input-objects/ExchangeLineItemAppliedDiscountInput): ExchangeLineItemAppliedDiscountInput - The discount to be applied to the exchange line item. * [quantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The quantity of the item to be added. * [variantId](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the product variant to be added to the order as part of an exchange. ## Input objects with this input object * [CalculateReturnInput](/docs/api/admin-graphql/2024-07/input-objects/CalculateReturnInput) ## Examples