$order->total_weight is likely your only option.

The $shipping_weight is only available in the shopping cart, which is empty after the order is placed.

Or you could write your own weight recalculator using the weight calculations in the calculate() function of the shopping_cart class.