Hallo experts,
I'm struggling with a simple rate table with the following logic:
An LSP For LCL shipment is charging by the total number of pallets loaded.
example, loading
1 pallet --> price is 100
2 pallet --> price is 180
3 pallet --> price is 230
In TM we have a structure for package,
what is the way to set a rate table that sums the number of packages?
assume the result for the 3 packages in the above picture should result in charging 230.
(1 + 2 = 3 --> 230)
thanks for those able to help.