Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Shipment measurement details.

    interface ShipmentMeasurements {
        cartonCount?: number;
        grossShipmentWeight?: Weight;
        palletCount?: number;
        shipmentVolume?: Volume;
    }
    Index
    cartonCount?: number

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

    grossShipmentWeight?: Weight
    palletCount?: number

    Number of pallets present in the shipment. Provide the palletCount only for palletized shipments.

    shipmentVolume?: Volume