Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface TrackingInformation

    The payload schema for the getTrackingInformation operation.

    interface TrackingInformation {
        eventHistory: Event[];
        promisedDeliveryDate: string;
        summary: TrackingSummary;
        trackingId: string;
    }
    Index
    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.