> ## 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.

# ReturnOrderInput

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="orderId" type={<>ID!</>} required>
  The order id of the order that will be cancelled.
</ParamField>

<ParamField path="lineItems" type={<><a href="/api-reference/returnproductlineitem">[ReturnProductLineItem!]!</a></>} required>
  Product items that will be requested for return. See [ReturnProductLineItem](/api-reference/returnproductlineitem) for more details.
</ParamField>

## Mutations

* [`returnOrder`](/api-reference/returnorder)
