WooDroid icon indicating copy to clipboard operation
WooDroid copied to clipboard

How to apply filtering

Open rezalaki opened this issue 3 years ago • 0 comments

Hello sir I got a question imagine I have a cloth shop and I have attributes color , made_in and special_off (I can already see the attributes when testing by Postman). I need "10 products" with following conditions:

  • color : red or blue
  • made_in : japan or US
  • special_off : true

how can I implement this request? is it possible using (class ProductFilter)? I have read the woocommerce_rest_api

rezalaki avatar Aug 20 '20 08:08 rezalaki