Selling Partner API SDK for JavaScript
    Preparing search index...

    The payload schema for the getTrackingInformation operation.

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

    Properties

    eventHistory: Event[]

    A list of events of a shipment.

    promisedDeliveryDate: string

    The promised delivery date and time of a shipment.

    trackingId: string

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