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

    Transportation details for the shipment.

    interface TransportationDetails {
        trackingDetails: TrackingDetails[];
    }
    Index
    trackingDetails: TrackingDetails[]

    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.