--- title: ReturnRefundOrderTransactionInput - GraphQL Admin description: The input fields to create order transactions when refunding a return. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundOrderTransactionInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundOrderTransactionInput.txt --- # 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/2024-10/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/2024-10/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.​order​Transactions](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundInput#field-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/2024-10/input-objects/ReturnRefundInput#field-orderTransactions)