Attribute Operators
Promotion product and shipping product rules support operators for system and custom attributes.
This table lists the system attribute operators.
Attribute | Operators |
---|---|
ID |
is equal is not equal starts with ends with |
Brand |
exists doesn't exist is equal is not equal starts with ends with |
This table lists the operators available for any custom attributes you choose to create. Which operators are available differs by the data type of the attribute.
Data Type | Operators |
---|---|
String and Set-of-String |
exists doesn't exist is equal is not equal starts with ends with |
Enum-of-String |
is equal is not equal starts with ends with |
Integer, Set-of-Integer, and Enum-of-Integer |
exists doesn't exist is equal is not equal is greater than or equals is less than or equals |
Boolean |
exists doesn't exist is equal |