Selling Partner API SDK for JavaScript
    Preparing search index...

    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.

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

    Properties

    Properties

    modes: string[]

    Available shipment modes for this shipping program.

    solution: string

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