stack

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

AdminTypes.CollectionRuleSetInput interface

The input fields for a rule set of the collection.

Signature:

export interface CollectionRuleSetInput 

Properties

Property Modifiers Type Description
appliedDisjunctively   Scalars[‘Boolean’][‘input’] 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?   InputMaybe<Array<CollectionRuleInput>> (Optional) The rules used to assign products to the collection.