The container journey
For containers with transshipments, feeder vessels, or inland rail moves, additional milestone events fire at each intermediate point.Events in journey order
Origin to vessel
Transshipment (if applicable)
Destination
Rail (if applicable)
Build a milestone timeline
Each transport event webhook includes atransport_event object in the included array with the event type, timestamp, and location:
Transport event timestamps are stored in UTC. Use the
timezone field to convert to local time. See Event Timestamps for details.Common patterns
- Customer portal β display a visual timeline showing where each container is in its journey
- Dwell time tracking β measure time between
vessel_arrivedandfull_outto identify port delays - Transit time analysis β compare
vessel_departedtovessel_arrivedacross carriers and routes - Exception detection β alert when a container has been at a milestone for longer than expected
- Export visibility β track
empty_outthroughvessel_departedfor outbound shipments
Related
- Event catalog β full list of events with descriptions
- Container statuses β how Terminal49 derives container status from milestones
- Rail integration β details on rail-specific tracking data
- Routing data β vessel and container route information