[Extension()] public static decimal TotalWeight( IList<OrderItem> items, params OrderItemType[] args )
Parameters
- items
- Basket Item List
- args
- The order item types to include in the total.
Return Value
The total weight of all items in the shipment that match the specified order item types.