订单列表
POST
/ark/open_api/v3/common_controller
错误码 | 错误码描述 | |
---|---|---|
-2000400 | 请求参数错误 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"startTime": 1612518379,
"endTime": 1612518379,
"timeType": 1,
"packageType": 1,
"packageStatus": 1,
"pageNo": 1,
"pageSize": 50
}'
响应示例响应示例
{
"total": 500,
"pageNo": 1,
"pageSize": 50,
"maxPageNo": 100,
"packageList": [
{
"packageId": "P141***1412",
"packageType": 1,
"packageStatus": 1,
"packageAfterSalesStatus": 1,
"cancelStatus": 1,
"createdTime": 1612518379000,
"paidTime": 1612518379000,
"updateTime": 1612518379000,
"deliveryTime": 1612518379000,
"cancelTime": 1612518379000,
"finishTime": 1612518379000,
"promiseLastDeliveryTime": 1612518379000,
"planInfoId": "null",
"planInfoName": "null",
"receiverCountryId": "null",
"receiverCountryName": "中国",
"receiverProvinceId": "null",
"receiverProvinceName": "江苏省",
"receiverCityId": "null",
"receiverCityName": "苏州市",
"receiverDistrictId": "null",
"receiverDistrictName": "相城区",
"customerRemark": "null",
"sellerRemark": "null",
"sellerRemarkFlag": 1,
"originalPackageId": "P123***4123",
"logistics": "red_express"
}
]
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 05:55:14