1

我正在尝试通过商店用品中的 api 获取订单,但我想要来自商店用品中特定商店的订单。有谁知道如何得到它?

4

1 回答 1

2

请检查文档。您需要使用如下请求:

YourSiteDomain /api/orders?filter[ 0 ][property]=shopId&filter[ 0 ][expression]==&filter[ 0 ][value]= 1

在这种情况下,过滤器将是

`shopId`=1
于 2017-05-25T13:47:53.827 回答