Enums
IncludeMode
No description
No description
enum IncludeMode {
INTERSECT
UNION
}
Values
INTERSECT
Products must have a value from all groups provided in the Include field. This is the default mode.
UNION
Products must have a value from at least one of the groups provided in the Include field.
Member Of
FilterInputType input