CollectionRules
The rules to determine whether a Product should be part of a Collection.
type CollectionRules {
all: [CollectionRule]
any: [CollectionRule]
not: [CollectionRule]
}
Fields
CollectionRules.all
● [CollectionRule]
list object
ALL of the rules for this array must match a given prospective Product
CollectionRules.any
● [CollectionRule]
list object
ANY of the rules for this array must match a given prospective Product
CollectionRules.not
● [CollectionRule]
list object
If rules in this array match, a prospective Product should be excluded from the Collection
Member of
Collection
object