# ReturnApproveRequestInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for approving a customer's return request.

### Access Scopes



## Fields
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the return that's being approved.
* [notifyCustomer](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Notify the customer when a return request is approved.
The customer will only receive a notification if `Order.email` is present.


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


## Examples