# ReturnApproveRequestInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for approving a customer's return request. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the return that's being approved. * [notifyCustomer](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/mutations/returnApproveRequest) ## Examples