Interface VendorShipmentsApiModelTransportShipmentMeasurements

Shipment measurement details.

TransportShipmentMeasurements

interface VendorShipmentsApiModelTransportShipmentMeasurements {
    shipmentVolume?: VendorShipmentsApiModelVolume;
    shipmentWeight?: VendorShipmentsApiModelWeight;
    totalCartonCount?: number;
    totalPalletNonStackable?: number;
    totalPalletStackable?: number;
}

Properties

TransportShipmentMeasurements

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

MMNEPVFCICPMFPCPTTAAATR