Conditions allow you to define rules that determine whether the shipping rate should apply.
Each condition can evaluate as True or False, and you can link each outcome to a different path.
As for this Examples:
-
Cart total > 50
-
Product tag contains “fragile”
-
Destination country is “Italy”
Conditions let you build logic like:
-
“If condition is true → apply rate A”
-
“If false → move to next rule or rate B”

To set this you can simply double click on the node and click the Rule button
Now you need to select the condition you want to verify and the value of the condition and the Node is complete.
After you have set your conditions you can proceed and create the next node.