Skip to main content

CollectionRulesInput

Input object to set rules for a Collection

input CollectionRulesInput {
all: [CollectionRuleInput]
any: [CollectionRuleInput]
not: [CollectionRuleInput]
}

Fields​

CollectionRulesInput.all ● [CollectionRuleInput] list input​

ALL of the rules for this array must match a given prospective Product

CollectionRulesInput.any ● [CollectionRuleInput] list input​

ANY of the rules for this array must match a given prospective Product

CollectionRulesInput.not ● [CollectionRuleInput] list input​

If rules in this array match, a prospective Product should be excluded from the Collection

Member of​

CollectionCreateInput input ● CollectionUpdateInput input