---
title: OrderRequestReturnPayload - Customer API
description: Return type for `orderRequestReturn` mutation.
api_version: 2025-04
api_name: customer
type: payload
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-04/payloads/OrderRequestReturnPayload
  md: >-
    https://shopify.dev/docs/api/customer/2025-04/payloads/OrderRequestReturnPayload.md
---

# Order​Request​Return​Payload

payload

Return type for `orderRequestReturn` mutation.

## Fields

* return

  [Return](https://shopify.dev/docs/api/customer/2025-04/objects/Return)

  The return request that has been made.

* user​Errors

  [\[Return​User​Error!\]!](https://shopify.dev/docs/api/customer/2025-04/objects/ReturnUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Mutations with this payload

* [order​Request​Return](https://shopify.dev/docs/api/customer/2025-04/mutations/orderRequestReturn)

  mutation

  Request a new return on behalf of a customer.

  * order​Id

    [ID!](https://shopify.dev/docs/api/customer/2025-04/scalars/ID)

    required

    ### Arguments

    The ID of the order for which this return is being requested.

  * requested​Line​Items

    [\[Requested​Line​Item​Input!\]!](https://shopify.dev/docs/api/customer/2025-04/input-objects/RequestedLineItemInput)

    required

    The line items that are requested to be returned.

  ***

***

## Map

### Mutations with this payload

* [order​Request​Return](https://shopify.dev/docs/api/customer/2025-04/types/orderRequestReturn)
