Conditions
How to set a rule's conditions and what are the required and optional parameters to set
Key
Type
Required
Description
Example
String
String
BooleanIntegerStringArrayObject
String
String
Array
Object
Example
Group
"conditions": [
{
"field": "order.tags.name",
"matcher": "eq",
"value": "dropship"
},
{
"field": "order.line_items.sku.code",
"matcher": "start_with",
"value": "TSHIRT",
"group": "tshirts"
}
]Last updated