Skip to main content

Tracking

Tracking endpoints expose current status and historical milestone visibility.

Retrieve tracking status

GET /tracking/{trackingNumber}

Returns the latest shipment state together with the event timeline.

Key response fields:

  • shipmentId
  • trackingNumber
  • currentStatus
  • estimatedDelivery
  • events

Tracking event structure

Each event may contain:

  • code
  • status
  • description
  • location
  • eventTime

Operational use cases

  • Customer shipment pages
  • Internal support dashboards
  • Exception management tools
  • Reconciliation jobs against external order systems