filterControlIds property

List<String>? filterControlIds
getter/setter pair

Condition filter specifications.

If a product matches multiple conditions in the specifications, filters from these specifications are all applied and combined via the AND operator. Maximum number of specifications is 100. Can only be set if solution_types is SOLUTION_TYPE_SEARCH.

Implementation

core.List<core.String>? filterControlIds;