我正在使用Postman从Woocommerce REST API返回JSON数据。
查询:
https://squatwolf.com/wp-json/wc/v2/products?id&name
指定参数后,它始终返回所有数据,而不是特定参数。我的网站网址和邮递员网址都是https。
答案 0 :(得分:0)
所以我知道我做错了。为了获得特定的参数,需要像这样提及
https://squatwolf.com/wc-api/v3/products?filter[limit] =-1&fields=id,title,permalink,price,short_description,featured_src&filter[status]=publish