Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to CollectionRuleRelation

CollectionRuleRelation

enum

Specifies the relationship between the column and the condition.

•

The attribute contains the condition.

•

The attribute ends with the condition.

•

The attribute is equal to the condition.

•

The attribute is greater than the condition.

•

The attribute is not set (equal to null).

•

The attribute is set (not equal to null).

•

The attribute is less than the condition.

•

The attribute does not contain the condition.

•

The attribute does not equal the condition.

•

The attribute starts with the condition.


Was this section helpful?

•
OBJECT

The type of operator that the rule is based on. For example, equals, contains, or not_equals.

•
INPUT OBJECT

The type of operator that the rule is based on. For example, equals, contains, or not_equals.


Was this section helpful?