> ## Documentation Index
> Fetch the complete documentation index at: https://freightpop.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracking

> Look up shipment tracking and full shipment details.

Both tracking tools are **read-only**. They retrieve data from your FreightPOP account and never modify anything.

## `get_tracking`

Returns tracking events for one or more shipments. You can look shipments up three ways: by FreightPOP shipment ID, by carrier tracking number, or by order number. Up to 50 lookups per call.

* **Type:** Read-only
* **Example prompt:** *"Track FRTPOP-2200807732 in FreightPOP."*
* **Example prompt:** *"Where are orders SO-1042 and SO-1043 right now?"*

## `freightpop_get_shipment_details`

Returns the full shipment record: carrier and service, selected rate, shipper and consignee addresses, line items, attached documents, and tracking numbers. Lookups are supported by quote ID, shipment ID, PRO number, order number, or date.

* **Type:** Read-only
* **Example prompt:** *"Pull up the full details for PRO 123456789."*
* **Example prompt:** *"What carrier and rate did we use on order SO-1042?"*
