The payload schema for the getTrackingInformation operation.

TrackingInformation

interface TrackingInformation {
    eventHistory: Event[];
    promisedDeliveryDate: string;
    summary: TrackingSummary;
    trackingId: string;
}

Properties

eventHistory: Event[]

A list of events of a shipment.

TrackingInformation

promisedDeliveryDate: string

The promised delivery date and time of a shipment.

TrackingInformation

TrackingInformation

trackingId: string

The tracking id generated to each shipment. It contains a series of letters or digits or both.

TrackingInformation