> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ReturnItemExchangeItem

> The product exchanged for a returned item.

<ResponseField name="product" type={<a href="/docs/api-reference/v3/reference/returns/external-ref">ExternalRef!</a>} required>
  The exchanged-for product.

  <Expandable title="fields" lazyRender>
    <ResponseField name="externalId" type="String">
      The external id.
    </ResponseField>

    <ResponseField name="name" type="String">
      The display name.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="quantity" type="Int!" required>
  The exchanged quantity.
</ResponseField>

<ResponseField name="variant" type={<a href="/docs/api-reference/v3/reference/returns/external-ref">ExternalRef!</a>} required>
  The exchanged-for variant.

  <Expandable title="fields" lazyRender>
    <ResponseField name="externalId" type="String">
      The external id.
    </ResponseField>

    <ResponseField name="name" type="String">
      The display name.
    </ResponseField>
  </Expandable>
</ResponseField>
