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