Getting Started
This demo application simulates tracking shipments using different reference numbers commonly used in shipping and logistics.
Adding Shipments
- Select a tracking type from the dropdown menu:
- Transport Document - For Bill of Lading or other transport document numbers
- Booking Reference - For carrier booking reference numbers
- Container Number - For container/equipment numbers
- Enter a tracking number in the input field or use one of the sample buttons
- Click "Add Shipment" to track the shipment
Viewing Results
Results are displayed in the main area of the screen, organized in tabs:
- Live - Shows only the most recent event for each shipment with a real-time indicator
- All - Shows all shipment events with CSV export functionality
- Transport Documents - Shows only transport document events
- Booking References - Shows only booking reference events
- Containers - Shows only container events
Note: This is a demo application. In a real-world implementation, you would need to use actual API credentials and endpoints.