CollectionRuleSetInput input object

Specifies a rule set for the collection.

Input fields

  • appliedDisjunctively ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)) REQUIRED
    Whether products must match any or all of the rules to be included in the collection. If true, then products must match one or more of the rules to be included in the collection. If false, then products must match all of the rules to be included in the collection.
  • rules ([[CollectionRuleInput!]](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionruleinput))
    The rules used to assign products to the collection.