Details needed to generate the transportation options.

ShipmentTransportationConfiguration

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

Properties

contactInformation?: ContactInformation

ShipmentTransportationConfiguration

freightInformation?: FreightInformation

ShipmentTransportationConfiguration

pallets?: PalletInput[]

List of pallet configuration inputs.

ShipmentTransportationConfiguration

readyToShipWindow: WindowInput

ShipmentTransportationConfiguration

shipmentId: string

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

ShipmentTransportationConfiguration