Shipment measurement details.

TransportShipmentMeasurements

interface TransportShipmentMeasurements {
    shipmentVolume?: Volume;
    shipmentWeight?: Weight;
    totalCartonCount?: number;
    totalPalletNonStackable?: number;
    totalPalletStackable?: number;
}

Properties

shipmentVolume?: Volume

TransportShipmentMeasurements

shipmentWeight?: Weight

TransportShipmentMeasurements

totalCartonCount?: number

Total number of cartons present in the shipment. Provide the cartonCount only for non-palletized shipments.

TransportShipmentMeasurements

totalPalletNonStackable?: number

Total number of Non Stackable Pallets present in the shipment.

TransportShipmentMeasurements

totalPalletStackable?: number

Total number of Stackable Pallets present in the shipment.

TransportShipmentMeasurements