CollectionRuleInput input object

Specifies a rule to associate with a collection.

Input fields

  • column ([CollectionRuleColumn!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionrulecolumn)) REQUIRED
    The attribute that the rule focuses on (for example, title or product_type).
  • condition ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) REQUIRED
    The value that the operator is applied to (for example, Hats).
  • relation ([CollectionRuleRelation!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionrulerelation)) REQUIRED
    The type of operator that the rule is based on (for example, equals, contains, or not_equals).