# CalculateReturnInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to calculate return amounts associated with an order. ### Access Scopes ## Fields * [exchangeLineItems](/docs/api/admin-graphql/2024-10/input-objects/CalculateExchangeLineItemInput): CalculateExchangeLineItemInput - The exchange line items to add to the order. * [orderId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the order that will be returned. * [returnLineItems](/docs/api/admin-graphql/2024-10/input-objects/CalculateReturnLineItemInput): CalculateReturnLineItemInput - The line items from the order to include in the return. * [returnShippingFee](/docs/api/admin-graphql/2024-10/input-objects/ReturnShippingFeeInput): ReturnShippingFeeInput - The return shipping fee associated with the return. ## Input objects with this input object * [QueryRoot](/docs/api/admin-graphql/2024-10/arguments/QueryRoot) * [returnCalculate](/docs/api/admin-graphql/2024-10/queries/returnCalculate) ## Examples