1. Simple Quantity based Filtering
Here we are configuring 2 rules:
- Shipping to the USA when quantity >= 0 and quantity <= 2 is $8 via Standard Shipping
- Shipping to the USA when quantity >= 3 and quantity <= 4 is $11 via Courier Shipping
The example CSV file below shows how to achieve this scenario: