The input fields for declining a customer's return request.
Access Scopes
Fields
declineNote:
String -
The notification message that's sent to a customer about their declined return request.
Maximum length: 500 characters.
declineReason:
ReturnDeclineReason! -
The reason why the merchant declined the customer's return request.
id:
ID! -
The ID of the return that's being declined.
notifyCustomer:
Boolean -
Notify the customer when a return request is declined.
The customer will only receive a notification if `Order.email` is present.