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

    Details needed to generate the transportation options.

    interface ShipmentTransportationConfiguration {
        contactInformation?: ContactInformation;
        freightInformation?: FreightInformation;
        pallets?: PalletInput[];
        readyToShipWindow: WindowInput;
        shipmentId: string;
    }
    Index

    Properties

    contactInformation?: ContactInformation
    freightInformation?: FreightInformation
    pallets?: PalletInput[]

    List of pallet configuration inputs.

    readyToShipWindow: WindowInput
    shipmentId: string

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