# ReturnRefundInput - admin - INPUT_OBJECT Version: 2024-10 ## Description The input fields to refund a return. ### Access Scopes ## Fields * [notifyCustomer](/docs/api/admin/2024-10/scalars/Boolean): Boolean - Whether to send a refund notification to the customer. * [orderTransactions](/docs/api/admin/2024-10/input-objects/ReturnRefundOrderTransactionInput): ReturnRefundOrderTransactionInput - A list of transactions involved in refunding the return. * [refundDuties](/docs/api/admin/2024-10/input-objects/RefundDutyInput): RefundDutyInput - A list of duties to refund. * [refundShipping](/docs/api/admin/2024-10/input-objects/RefundShippingInput): RefundShippingInput - The shipping amount to refund. * [returnId](/docs/api/admin/2024-10/scalars/ID): ID! - The ID of the return. * [returnRefundLineItems](/docs/api/admin/2024-10/input-objects/ReturnRefundLineItemInput): ReturnRefundLineItemInput! - A list of return line items to refund. ## Input objects with this input object * [returnRefund](/docs/api/admin/2024-10/mutations/returnRefund) ## Examples