查询订单列表
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/data/order/export2
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/data/order/export2?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopIdenty":810002790,
"startTime":1499147465983,
"endTime":1499147465983
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed26123",
"result": {
"totalRows": 360,
"pageSize": 200,
"items": [
{
"orderId": 7512460,
"tradeType": 1,
"tradeStatus": 4,
"tradeNo": "101170114084238432534",
"orderTime": 1476433277000,
"checkOutTime": 1476374400000,
"source": 1,
"sourceName": "ANDROID收银终端",
"receivedAmount": 19300,
"custRealPay": 19300,
"tradeAmount": 0,
"privilegeAmount": 0
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json