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

# ReturnShipment

> A return shipment and its tracking details.

<ResponseField name="carrier" type="String">
  The carrier.
</ResponseField>

<ResponseField name="deliveredAt" type={<a href="/docs/api-reference/v3/reference/common/date-time">DateTime</a>}>
  When the shipment was delivered, if it has been.
</ResponseField>

<ResponseField name="estimatedDeliveryDate" type={<a href="/docs/api-reference/v3/reference/common/date">Date</a>}>
  The carrier's estimated delivery date, if any.
</ResponseField>

<ResponseField name="externalLocationId" type="String">
  The destination external location id, if any.
</ResponseField>

<ResponseField name="formLabel" type="String">
  A URL to the customs/return form, if any.
</ResponseField>

<ResponseField name="itemIds" type="[String!]!" required>
  Ids of the return items in this shipment.
</ResponseField>

<ResponseField name="postageLabel" type="String">
  A URL to the postage label, if any.
</ResponseField>

<ResponseField name="shipmentGroupId" type="String">
  The shipment group this shipment belongs to.
</ResponseField>

<ResponseField name="status" type="String">
  The tracking status.
</ResponseField>

<ResponseField name="tracker" type="String">
  The tracking code.
</ResponseField>

<ResponseField name="trackingUrl" type="String">
  A public tracking URL.
</ResponseField>
