You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
how can I implement this request?
is it possible using (class ProductFilter)?
I have read the woocommerce_rest_api
The text was updated successfully, but these errors were encountered: