dpkt31779 2017-04-04 03:49
浏览 110
已采纳

我如何使用php从woocommerce rest api获取特定类别的产品

I tried doing the following and applying filter etc. seems like i am doing something wrong.Don't know what.

$data=$client->products->get('',array('category'=>33));
  • 写回答

1条回答 默认 最新

  • drzk21632 2017-04-04 05:02
    关注

    ok i tried if myself for about an hour and so it worked with this.

    $data=$client->products->get('',array( 'filter[category]' => 'mens-fashion' ));
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?