--- title: ReturnRefundOrderTransactionInput - GraphQL Admin description: The input fields to create order transactions when refunding a return. api_version: 2025-01 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/returnrefundordertransactioninput md: https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/returnrefundordertransactioninput.md --- # Return​Refund​Order​Transaction​Input input\_object The input fields to create order transactions when refunding a return. ## Fields * parent​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) non-null The ID of the parent order transaction. The transaction must be of kind `CAPTURE` or a `SALE`. * transaction​Amount [Money​Input!](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/MoneyInput) required The amount of money for the transaction in the presentment currency of the order. *** ## Input objects using this input * [Return​Refund​Input.orderTransactions](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/ReturnRefundInput#fields-orderTransactions) INPUT OBJECT The input fields to refund a return. *** ## Map ### Input objects using this input * [Return​Refund​Input.orderTransactions](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/ReturnRefundInput#fields-orderTransactions)