# CalculateReturnInput - customer - INPUT_OBJECT Version: 2025-04 ## Description The input fields to calculate return amounts associated with an order. ### Access Scopes ## Fields * [orderId](/docs/api/customer/2025-04/scalars/ID): ID! - The ID of the order that will be returned. * [returnLineItems](/docs/api/customer/2025-04/input-objects/CalculateReturnLineItemInput): CalculateReturnLineItemInput! - The line items from the order to include in the return. ## Input objects with this input object * [QueryRoot](/docs/api/customer/2025-04/arguments/QueryRoot) * [returnCalculate](/docs/api/customer/2025-04/queries/returnCalculate) ## Examples