Shipment Event

Follow timeline of events associated with a shipment. Depending on the type of shipment, it will go through different events type:

Import shipment:

  1. ORDER typically when forwarder announce arrival of goods to the warehouse from a specific flight.

  2. Optionally, PICKUP, when warehouse will go and pick up the shipment from company.

  3. GOODS_RECEIPT when shipment arrives at warehouse.

  4. SCORED when amount of pieces of the shipment are verified.

  5. STORAGE when shipment is stored at warehouse. In case of anomalies like airline research, it can be a partial storage. This is the point at which delivery request is typically done.

  6. DELIVERY_COMPANY when goods have been delivered to final destination.

Export shipment:

  1. ORDER typically when forwarder announce arrival of goods to the warehouse from a specific transport company.

  2. GOODS_RECEIPT when shipment arrives at warehouse.

  3. MEASUREMENT when the size, weight, volume,… of the shipment is taken, usually resulting in shipment details.

  4. SECURITY when the shipment went through security check such as X-Ray, explosive detection dog,… which will produce shipment security with its document.

  5. STORAGE when shipment is stored at warehouse. This is the point at which delivery request is typically done (exceptionally, when shipment require cold storage and security is done afterwards that would flip the two events).

  6. DELIVERY_PREPARATION, when the delivery order is processed.

  7. If the airline company refuses the shipment, a DELIVERY_REJECTED event is generated.

  8. DELIVERY_COMPANY when goods have been delivered to airline company successfully.

Export shipment delivery:

  1. DELIVERY_ORDER typically when the forwarder request the delivery of the shipment with possible grouping of shipments (e.g. multiple hawb under a mawb), flight number, limit boarding time,…

  2. DELIVERY_PREPARATION, when the delivery order is processed.

  3. If the airline company refuses the shipment, a DELIVERY_REJECTED event is generated.

  4. DELIVERY_COMPANY when goods have been delivered to airline company successfully.

Last updated