# ReturnInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a return.

### Access Scopes



## Fields
* [exchangeLineItems](/docs/api/admin-graphql/2025-01/input-objects/ExchangeLineItemInput): ExchangeLineItemInput - The new line items to be added to the order.
* [notifyCustomer](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean - When `true` the customer will receive a notification if there's an `Order.email` present.
* [orderId](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - The ID of the order to be returned.
* [requestedAt](/docs/api/admin-graphql/2025-01/scalars/DateTime): DateTime - The UTC date and time when the return was first solicited by the customer.
* [returnLineItems](/docs/api/admin-graphql/2025-01/input-objects/ReturnLineItemInput): ReturnLineItemInput! - The return line items list to be handled.
* [returnShippingFee](/docs/api/admin-graphql/2025-01/input-objects/ReturnShippingFeeInput): ReturnShippingFeeInput - The return shipping fee to capture.


## Input objects with this input object
* [returnCreate](/docs/api/admin-graphql/2025-01/mutations/returnCreate)


## Examples