> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "OrderShipment"
description: "Represents shipment details of an order that a customer places for a product."
---

## Fields

***

<ParamField path="carrierName" type="String!" required>
  Name of the company shipping the order, ie Fedex, UPS, etc.
</ParamField>

<ParamField path="carrierTrackingNumber" type="String!" required>
  The tracking number of the shipment
</ParamField>

<ParamField path="carrierTrackingUrl" type="String">
  Url to track the shipment
</ParamField>

<ParamField path="shipmentQuantity" type="Int">
  The number of items in the shipment, when available.
</ParamField>

<ParamField path="status" type={<a href="/api-reference/shipmentstatus">ShipmentStatus!</a>}>
  Tracking status of the shipment
</ParamField>

<ParamField path="expectedDeliveryDate" type={<a href="/api-reference/time">Time</a>}>
  Estimated delivery date of the shipment
</ParamField>

## Related types

* [`Order`](/api-reference/order)


---

*Powered by [holocron.so](https://holocron.so)*
