woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

Product list filtering by attribute and attribute_term not working #270

Open mfissehaye opened 3 years ago

mfissehaye commented 3 years ago

Sending request to the api endpoing wp-json/wc/v3/products?attribute=Brand&attribute_term=55 returns all products including those that don't have the given attribute and attribute_term. What am I missing?