Fields
Sample data
This rule combines two checks on an order’sstatus: it matches when the status equals “paid” or equals “shipped”. Any other status does not match.
Checks that at least one condition matches.
status: it matches when the status equals “paid” or equals “shipped”. Any other status does not match.