# ReturnDeclineRequestInput - admin - INPUT_OBJECT
Version: 2025-01

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

### Access Scopes



## Fields
* [declineNote](/docs/api/admin/2025-01/scalars/String): String - The notification message that's sent to a customer about their declined return request.
Maximum length: 500 characters.
* [declineReason](/docs/api/admin/2025-01/enums/ReturnDeclineReason): ReturnDeclineReason! - The reason why the merchant declined the customer's return request.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the return that's being declined.
* [notifyCustomer](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Notify the customer when a return request is declined.
The customer will only receive a notification if `Order.email` is present.


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


## Examples