--- title: ReturnRequestPayload - GraphQL Admin description: Return type for `returnRequest` 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/returnrequestpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/returnrequestpayload.md --- # Return​Request​Payload payload Return type for `returnRequest` mutation. ## Fields * return [Return](https://shopify.dev/docs/api/admin-graphql/latest/objects/Return) The requested return. * 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​Request](https://shopify.dev/docs/api/admin-graphql/latest/mutations/returnRequest) mutation A customer's return request that hasn't been approved or declined. This mutation sets the value of the `Return.status` field to `REQUESTED`. To create a return that has the `Return.status` field set to `OPEN`, use the `returnCreate` mutation. *** ## Map ### Mutations with this payload * [return​Request](https://shopify.dev/docs/api/admin-graphql/latest/types/returnRequest)