Contains information related to Less-Than-Truckload (LTL) shipment tracking.

LtlTrackingDetail

interface LtlTrackingDetail {
    billOfLadingNumber?: string;
    freightBillNumber?: string[];
}

Properties

billOfLadingNumber?: string

The number of the carrier shipment acknowledgement document.

LtlTrackingDetail

freightBillNumber?: string[]

The number associated with the freight bill.

LtlTrackingDetail