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

    Contains information pertaining to a transportation option and the related carrier.

    interface TransportationOption {
        carrier: Carrier;
        carrierAppointment?: CarrierAppointment;
        preconditions: string[];
        quote?: Quote;
        shipmentId: string;
        shippingMode: string;
        shippingSolution: string;
        transportationOptionId: string;
    }
    Index

    Properties

    carrier: Carrier
    carrierAppointment?: CarrierAppointment
    preconditions: string[]

    Identifies a list of preconditions for confirming the transportation option.

    quote?: Quote
    shipmentId: string

    Identifier of a shipment. A shipment contains the boxes and units being inbounded.

    shippingMode: string

    Mode of shipment transportation that this option will provide. Possible values: GROUND_SMALL_PARCEL, FREIGHT_LTL, FREIGHT_FTL_PALLET, FREIGHT_FTL_NONPALLET, OCEAN_LCL, OCEAN_FCL, AIR_SMALL_PARCEL, AIR_SMALL_PARCEL_EXPRESS.

    shippingSolution: string

    Shipping program for the option. Possible values: AMAZON_PARTNERED_CARRIER, USE_YOUR_OWN_CARRIER.

    transportationOptionId: string

    Identifier of a transportation option. A transportation option represent one option for how to send a shipment.