woocommerce REST API产品按属性过滤器无法运行iOS

时间:2016-12-01 18:30:45

标签: ios rest filter woocommerce

我正在使用旧版V3 API版本和woocommerce 2.6.4。我可以通过“filter [category]”=“Chair”过滤类别但是我无法使用pa_ * filter过滤。我发送参数为“过滤器” [pa_color]“=黑色;但我无法根据颜色过滤产品并返回完整产品这是我发送的请求

let client = AFOAuth1OneLeggedClient.init(baseURL: NSURL(string: "http://www.example.com/wc-api/v3/"), key: "ck_xxx",secret: "cs_yyy")
   let  parameter = ["filter[pa_color]":"black"]

client.getPath("products", parameters: parameter, success: { (operation, responseObject) in....

如果woocommerce中有任何基于过滤属性的过滤器,请提供帮助。

0 个答案:

没有答案