ReturnRefundInput - admin-graphql - INPUT_OBJECT
Version: 2024-04
Description:
The input fields to refund a return.
Access Scopes
Fields
-
notifyCustomer:
Boolean -
Whether to send a refund notification to the customer.
-
orderTransactions:
ReturnRefundOrderTransactionInput -
A list of transactions involved in refunding the return.
-
refundDuties:
RefundDutyInput -
A list of duties to refund.
-
refundShipping:
RefundShippingInput -
The shipping amount to refund.
-
returnId:
ID! -
The ID of the return.
-
returnRefundLineItems:
ReturnRefundLineItemInput! -
A list of return line items to refund.
Input objects with this input object
Examples