The possible shipping modes for the packing option for a given shipping solution or program. Available solutions are Amazon-Partnered Carrier and Use Your Own Carrier. Available modes are ground small parcel, freight less-than-truckload (LTL), freight full-truckload (FTL) palletized, freight FTL non-palletized, ocean less-than-container-load (LCL), ocean full-container load (FCL), air small parcel, and air small parcel express.

ShippingRequirements

interface ShippingRequirements {
    modes: string[];
    solution: string;
}

Properties

Properties

modes: string[]

Available shipment modes for this shipping program.

ShippingRequirements

solution: string

Shipping program for the option. Can be: AMAZON_PARTNERED_CARRIER, USE_YOUR_OWN_CARRIER.

ShippingRequirements

MMNEPVFCICPMFPCPTTAAATR