TypeError: can only concatenate list (not "tuple") to list in _get_shipment_grouping_fields
4e84027dbc2e97b3660f73f703752541a4fbaf1c updated the definition of the function but it does not adapt to the new type which is a list instead of a tuple.
issue