を働いていない、日付によるフィルタListOrders:スクエアAPI:私は(マイナス私locationId)次の呼び出しをしています
GET https://connect.squareup.com/v1/xxxxxxxxx/orders?begin_time=2016-04-12T00:00:00Z
でも対応して、私は2016年3月29日
からの注文を取得し{
"buyer_note": "Ship fast, please!",
"total_discount_money": {
"currency_code": "USD",
"amount": 0
},
"created_at": "2016-03-14T23:44:46Z",
"id": "LLVH1OON",
"total_shipping_money": {
"currency_code": "USD",
"amount": 1
},
"total_price_money": {
"currency_code": "USD",
"amount": 11
},
"merchant_token": "xxxxxxxxxxx",
"expires_at": "2016-03-21T23:45:08Z",
"recipient_name": "Buyer McPhee",
"subtotal_money": {
"currency_code": "USD",
"amount": 10
},
"updated_at": "2016-03-21T23:45:33Z",
"state": "COMPLETED"
}
注文日によるフィルタは機能しますか?
これは、特にWebhooksがOrdersエンドポイントで利用できないため、役立つフィルタになります... – dbJones