> ## Documentation Index
> Fetch the complete documentation index at: https://docs-test.rye.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ReturnShopifyOrderResult

> Result type for returning a Shopify order

export const kind_0 = "type"

<Warning>
  This {kind_0 || 'feature'} is deprecated and will be removed in the future. You should not use it in new code.
</Warning>

## Fields

***

<ParamField path="returnId" type={<>ID!</>} required>
  The id of the return request
</ParamField>

<ParamField path="lineItems" type={<><a href="/api-reference/shopifyreturnlineitem">[ShopifyReturnLineItem!]!</a></>} required>
  Array of line items being returned. See the [ShopifyReturnLineItem](/api-reference/shopifyreturnlineitem) for more clientInformation.
</ParamField>

<ParamField path="status" type={<><a href="/api-reference/returnorderstatus">ReturnOrderStatus!</a></>} required>
  The status of the order. See the [ReturnOrderStatus](/api-reference/returnorderstatus) type for possible values.
</ParamField>

## Related types

* [`ReturnOrderResponse`](/api-reference/returnorderresponse)
