API Name: manufacturer
The following table lists the filter parameters available on the manufacturer endpoint along with the supported filter operators.
Filter Parameter |
Data type |
Possible Values |
Supported Operators |
Usage |
cat_manufacturer_id |
Number |
|
exact |
?cat_manufacturer_id=1234 |
cat_manufacturer_owner_id |
Number |
|
exact |
?cat_manufacturer_owner_id=1234 |
manufacturer |
String |
|
exact contains icontains startswith istartswith endswith |
To list all manufacturers whose name starts with micro, use: ?manufacturer__istartswith=micro |
manufacturer_owner |
String |
|
exact contains icontains startswith endswith |
|
tier |
Number |
1 or 2 or 3 |
exact gt lt |
To list all tier 1 &2 manufacturers, use: ?tier__lt=3 To list all manufacturers with tier 1, use: ?tier=1 |
tiers |
String (comma separated string of tier) |
1 or 1,2 or 1,3 or 2,3 or 1,2,3 |
exact |
To list all tier 1 & 2 manufacturers, use: ?tiers=1,2 |
cat_industrytag_id |
Number |
|
exact |
|
industrytag_title |
String |
|
exact contains icontains startswith endswith |
|