Information that you provide to Amazon about a Small Parcel shipment shipped by a carrier that has not partnered with Amazon.

Export

NonPartneredSmallParcelDataInput

interface NonPartneredSmallParcelDataInput {
    CarrierName: string;
    PackageList: NonPartneredSmallParcelPackageInput[];
}

Properties

CarrierName: string

The carrier that you are using for the inbound shipment.

Memberof

NonPartneredSmallParcelDataInput

A list of package tracking information.

Memberof

NonPartneredSmallParcelDataInput