stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CollectionRuleSet

AdminTypes.CollectionRuleSet interface

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

Signature:

export interface CollectionRuleSet 

Properties

Property Modifiers Type Description
appliedDisjunctively   Scalars[‘Boolean’][‘output’] 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   Array<CollectionRule> The rules used to assign products to the collection.