# CollectionRuleSet - admin-graphql - OBJECT Version: 2024-10 ## Description The set of rules that are used to determine which products are included in the collection. ### Access Scopes `read_products` access scope. ## Fields * [appliedDisjunctively](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether products must match any or all of the rules to be included in the collection. If true, then products must match at least one 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](/docs/api/admin-graphql/2024-10/objects/CollectionRule): CollectionRule! - The rules used to assign products to the collection. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples