v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
fulfillment-order-shipment-tracking-events

List a shipment's tracking events (chronological timeline)

Returns every tracking event of the shipment ordered by occurred_at ascending — the full timeline, not paginated. Read-only: events are written on shipment creation and on each inbound tracking status update. Validates that the parent fulfillment order and the shipment (under that fulfillment order) exist. accountCode comes from the JWT.

get/api/v1/fulfillment-orders/{fulfillmentOrderId}/shipments/{shipmentId}/tracking-events

Path parameters

fulfillmentOrderIdstring uuid required
Example:01920000-0000-7000-8000-000000000000

Parent fulfillment order identifier (UUID v4).

shipmentIdstring uuid required
Example:01920000-0000-7000-8000-000000000000

Shipment identifier (UUID v4).

Response

The shipment's tracking events ordered by occurred_at ascending.