[Extension()] public static decimal TotalPrice( 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 price of all items in the shipment that match the specified order item types.