Shipment measurement details.

Export

TransportShipmentMeasurements

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

Properties

shipmentVolume?: Volume

Memberof

TransportShipmentMeasurements

shipmentWeight?: Weight

Memberof

TransportShipmentMeasurements

totalCartonCount?: number

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

Memberof

TransportShipmentMeasurements

totalPalletNonStackable?: number

Total number of Non Stackable Pallets present in the shipment.

Memberof

TransportShipmentMeasurements

totalPalletStackable?: number

Total number of Stackable Pallets present in the shipment.

Memberof

TransportShipmentMeasurements