ShipmentEvent Structure

Structure used in the getTrackAndTraceInfo method response. Each structure of this type reflects a progression of the shipment through consecutive delivery stages.

Structure Fields

Field Name Type Required? Description
status string Yes Delivery stage
description string Yes Textual description of the status
timestamp string Yes Date and time of creation of the status
terminal string Yes Name of the depot where the status occurred

Example:

<shipmentEvent>
    <status>CN</status>
    <description>Shipment arrived at DHL depot.</description>
    <timestamp>2012-10-12 07:40:31</timestamp>
    <terminal>WA</terminal>
</shipmentEvent>
Go back to topic list