# Helpers Measurement aggregation utilities. ## Key Files - **`MeasuringValuesHelper.cs`** — Static helper for rolling up pallet-level measurements to shipping item level. - `SetShippingItemTotalMeasuringValues()` — Sums quantities and weights from all pallets. - `GetTotalNetAndGrossWeightFromPallets()` — Returns (Quantity, NetWeight, GrossWeight) tuple.