--- title: ReturnRefundPayload - GraphQL Admin description: Return type for `returnRefund` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/returnrefundpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/returnrefundpayload.md --- # Return​Refund​Payload payload Return type for `returnRefund` mutation. ## Fields * refund [Refund](https://shopify.dev/docs/api/admin-graphql/latest/objects/Refund) The created refund. * user​Errors [\[Return​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [return​Refund](https://shopify.dev/docs/api/admin-graphql/latest/mutations/returnRefund) mutation Deprecated *** ## Map