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

    A time-based estimate for the shipment, such as estimated delivery date.

    interface TrackingEstimate {
        estimatedInterval: BoundedInterval;
        lastUpdatedTime: string;
        type: string;
    }
    Index
    estimatedInterval: BoundedInterval
    lastUpdatedTime: string

    A timestamp in UTC RFC 3339 date-time format.

    type: string

    The type of estimate. For example, ESTIMATED_DELIVERY_DATE or ESTIMATED_TIME_OF_DEPARTURE.