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

    Tracking details for the shipment. If using SPD transportation, this can be for each case. If not using SPD transportation, this is a single tracking entry for the entire shipment.

    interface TrackingDetails {
        bookingId: string;
        carrierCode?: CarrierCode;
    }
    Index

    Properties

    bookingId: string

    The identifier that is received from transportation to uniquely identify a booking.

    carrierCode?: CarrierCode