# CalculateReturnInput - customer - INPUT_OBJECT Version: unstable ## Description The input fields to calculate return amounts associated with an order. ### Access Scopes ## Fields * [orderId](/docs/api/customer/unstable/scalars/ID): ID! - The ID of the order that will be returned. * [returnLineItems](/docs/api/customer/unstable/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/unstable/arguments/QueryRoot) * [returnCalculate](/docs/api/customer/unstable/queries/returnCalculate) ## Examples