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

# ReturnProductLineItem

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="id" type={<>String!</>} required>
  This field represents the productId (Amazon) or variantId (Shopify) of the product being returned.
</ParamField>

<ParamField path="quantity" type={<>Int!</>} required>
  This field represents the quantity being returned.
</ParamField>

## Mutations

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