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

    Tracking information for the shipment identifier.

    interface TrackingDetail {
        identifier: TrackingIdentifier;
        latestMilestone?: TrackingMilestone;
        milestoneHistory: TrackingMilestone[];
        trackingEstimates?: TrackingEstimate[];
        trackingUrl?: string;
    }
    Index
    identifier: TrackingIdentifier
    latestMilestone?: TrackingMilestone
    milestoneHistory: TrackingMilestone[]

    A chronological list of all milestone events for the shipment, from most recent to oldest.

    trackingEstimates?: TrackingEstimate[]

    A list of time-based estimated intervals for the shipment, such as estimated delivery date.

    trackingUrl?: string

    The URL to view the shipment's tracking information.