# ExchangeLineItemInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for new line items to be added to the order as part of an exchange. ### Access Scopes ## Fields * [appliedDiscount](/docs/api/admin-graphql/2024-10/input-objects/ExchangeLineItemAppliedDiscountInput): ExchangeLineItemAppliedDiscountInput - The discount to be applied to the exchange line item. * [giftCardCodes](/docs/api/admin-graphql/2024-10/scalars/String): String - The gift card codes associated with the physical gift cards. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the item to be added. * [variantId](/docs/api/admin-graphql/2024-10/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 * [ReturnInput](/docs/api/admin-graphql/2024-10/input-objects/ReturnInput) ## Examples