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

# ShopifyReturnLineItem

## Fields

***

<ParamField path="variantId" type={<>String!</>}>
  Variant ID.
</ParamField>

<ParamField path="quantity" type={<>Int!</>}>
  Number of Items purchased
</ParamField>

<ParamField path="price" type={<>String!</>}>
  Price of the item
</ParamField>

<ParamField path="currencyCode" type={<>String!</>}>
  Currency code of the price
</ParamField>

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