Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 949 Bytes

Filters.md

File metadata and controls

12 lines (8 loc) · 949 Bytes

Filters

Properties

Name Type Description Notes
taxonomy_ids list[int] A collection of Taxonomy Ids to filter on. Ids can be found in the initial search response. A a full list ids can be found from the Search Categories endpoint [optional]
manufacturer_ids list[int] A collection of Manufacturer Ids to filter on. Ids can be found in the initial search response. A a full list ids can be found from the Search Manufactures endpoint [optional]
parametric_filters list[ParametricFilter] A collection of ParametricFilters. A ParametricFilter consists of a ParameterId and a ValueId. Those Ids can also be found in the Search response. [optional]

[Back to Model list] [Back to API list] [Back to README]