--- title: ReturnOutcomeFinancialTransfer - GraphQL Admin description: The financial transfer details for the return outcome. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/ReturnOutcomeFinancialTransfer md: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/ReturnOutcomeFinancialTransfer.md --- # Return​Outcome​Financial​Transfer union Requires `read_returns` access scope or `read_marketplace_returns` access scope. The financial transfer details for the return outcome. ## Fields with this union * [Suggested​Return​Financial​Outcome.financialTransfer](https://shopify.dev/docs/api/admin-graphql/latest/objects/SuggestedReturnFinancialOutcome#field-SuggestedReturnFinancialOutcome.fields.financialTransfer) OBJECT Represents a return financial outcome suggested by Shopify based on the items being reimbursed. You can then use the suggested outcome object to generate an actual refund or invoice for the return. *** ```graphql union ReturnOutcomeFinancialTransfer = InvoiceReturnOutcome | RefundReturnOutcome ```