我正在开发移动应用程序,以连接iOS
和Android
中的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等)的产品。该怎么办?