在Woocommerce Rest API中按Mutiple属性及其属性项过滤产品列表

时间:2019-12-02 06:08:02

标签: api woocommerce wordpress-rest-api

我正在开发移动应用程序,以连接iOSAndroid中的WooCommerce wordpress V3 rest API。

我正在从Rest API获取产品列表

wp-json/wc/v3/products

我可以使用

过滤产品

wp-json/wc/v3/productscategory=241&attribute=pa_flavor&attribute_term=301

并使用

过滤多个属性项

wp-json/wc/v3/products?attribute=pa_flavor&attribute_term=301,302,305”。

我需要在rest API中过滤具有多个属性(例如pa_flavor,pa_size,pa_color等)的产品。该怎么办?

0 个答案:

没有答案