CollectionRuleSet object

The set of rules that are used to determine which products are included in the collection.

Required access

read_products access scope.

On this page

Fields

  • appliedDisjunctively ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    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 ([[CollectionRule!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collectionrule))
    The rules used to assign products to the collection.

Types that return CollectionRuleSet

  • [Collection.ruleSet](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/collection#ruleset-2021-01)