Information that you provide to Amazon about a Less Than Truckload/Full Truckload (LTL/FTL) shipment by a carrier that has not partnered with Amazon.

Export

NonPartneredLtlDataInput

interface NonPartneredLtlDataInput {
    CarrierName: string;
    ProNumber: string;
}

Properties

CarrierName: string

The carrier that you are using for the inbound shipment.

Memberof

NonPartneredLtlDataInput

ProNumber: string

The PRO number ("progressive number" or "progressive ID") assigned to the shipment by the carrier.

Memberof

NonPartneredLtlDataInput