Can anybody help me and let me know how can i filter products by brand through API for example i have three brand like Adidas, Nike, Puma and all i want it to get products only from Nike
Pls Check photo below
Thank You very much
Can anybody help me and let me know how can i filter products by brand through API for example i have three brand like Adidas, Nike, Puma and all i want it to get products only from Nike
Pls Check photo below
Thank You very much
You should use the filter_variants parameter. E.g.
&filter_variants[10][]=116&filter_variants[10][]=92
where
10 - ID of the filter by the Brand feature
116,92 - IDs of the Brand feature variants
You can make a search on the Manage products page in the admin panel to check necessary IDs
I find the way in case someone needs it
https://yourwebpage.com/api/vendors/150/products?feature_id=34&variant_id=119725