The payload schema for the getTrackingInformation operation.

TrackingInformation

interface ShippingApiModelTrackingInformation {
    eventHistory: ShippingApiModelEvent[];
    promisedDeliveryDate: string;
    summary: ShippingApiModelTrackingSummary;
    trackingId: string;
}

Properties

eventHistory: ShippingApiModelEvent[]

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

MMNEPVFCICPMFPCPTTAAATR