Ocean Booking View
Ocean booking view is applicable for shipments created with BOOKING_NUMBER
or BILL_OF_LADING
. BILL_OF_LADING
or BOOKING_NUMBER
is a unique identifier given to you by the Ocean carrier. It often contains multiple containers (each with their own Container ID) allowing you to track multiple containers with a single identifier.
The Booking view provides a comprehensive overview of all containers associated with a specific BOOKING_NUMBER
or BILL_OF_LADING
. It provides the following capabilities:
- Display all containers associated with a
BOOKING_NUMBER
orBILL_OF_LADING
. - Show the latest status of each container.
- Provide a grouped view of containers based on exceptions, latest ocean milestones, and route.
Ocean Booking List View
Conditional Display
The list view appears only when:
- Primary Identifier is set to BOOKING_NUMBER or BILL_OF_LADING
- Mode is set to ocean
This ensures non-ocean bookings are excluded.
Mode Filter Dependency
The Mode filter relies on the transportationMode
field within the shipment’s route. Shipments without route info or without ocean mode are not shown.
- The booking view is evaluated only if the primary identifier of the shipment is either
BOOKING_NUMBER
orBILL_OF_LADING
and Shipment has related container shipments. - The stops are derived from the related container shipment’s route and are unique based on stop type and port locode.
- Grouping of container is done based on the latest event which has an actual timestamp and some ocean milestones.
- If there is no relevant event and no route information, containers are aggregated under pending state.
- If there is no relevant event but route information exists, containers are aggregated under scheduled state.
The table below describes the important fields of the Ocean Booking View. All this information is displayed as per the selected grouped containers.
Field | Description |
---|---|
Shipment ID | The BOOKING_NUMBER or BILL_OF_LADING identifier of the shipment. |
Containers | The total number of containers in the shipment. |
Shipment Status | The status of the shipment based on the selected grouped containers. |
Current State | The current state of the shipment, such as In Transit , Stop , etc. |
Latest milestone time | The latest ocean milestone time. |
Exceptions | Any exceptions associated with grouped containers. |
Current Carrier | The name of the current carrier. |
Vessel Details | The list of vessels associated with the grouped containers shipment. |
Total Voyages | The total number of voyages associated with the grouped containers shipment. |
Origin | The origin port of the shipment. |
Destination | The destination port of the shipment. |
Ocean Booking Detail View
The containers will be aggregated based on latest ACTUAL
event with some ocean milestone, active exceptions and route. You can see the number of container groups associated with the shipment and for each container group, you can see the following information:
- Number of containers.
- Current state of the container.
- Latest ocean milestone time.
- Exceptions associated with the container group.
- Initial Stop
- Final Stop
- The booking view is evaluated only if the primary identifier of the shipment is either
BOOKING_NUMBER
orBILL_OF_LADING
and Shipment has related container shipments. - The stops are derived from the related container shipment’s route and are unique based on stop type and port locode.
- Grouping of container is done based on the latest event which has an actual timestamp and some ocean milestones.
- If there is no relevant event and no route information, containers are aggregated under pending state.
- If there is no relevant event but route information exists, containers are aggregated under scheduled state.