Inclusive vs. Exclusive
Every rule has an Exclusivity setting with two choices:Priority decides what “lower” means
Exclusivity is meaningless without priority. Rules are evaluated in ascending order — 1 before 2 before 10 — and an exclusive match stops everything after it. Rules with a higher priority number are the ones skipped. Anything with a lower number has already run.When to use it
Overrides. A rule for a special case that should replace normal pricing rather than add to it — hazardous goods that must ship freight, at a freight price, regardless of what else is in the cart. Free shipping promotions. A promotional free-shipping rule that must not have a surcharge rule adding to it afterwards.Exclusivity vs. blending
These solve overlapping problems from different angles, and it’s worth being clear which you want.- Blending lets every matching rule contribute, then decides how to combine the results — add them, or take the highest or lowest.
- Exclusivity stops the later rules producing anything at all.
Testing
Exclusivity is invisible until rules overlap, so test the overlap deliberately.- Build a cart matching only the exclusive rule — confirm its rates appear
- Build a cart matching the exclusive rule and a lower-priority rule — confirm only the exclusive rule’s rates appear
- Build a cart matching only the lower-priority rule — confirm it still works
Related
Rate blending
The alternative to skipping rules outright.
Basic shipping rate
Priority, and why each rule needs a unique one.
Structuring rules
Keeping a growing rule set predictable.
Multiple rates showing
When too many rules contribute.
