获取售后列表
POST
/ark/open_api/v3/common_controller
请求示例请求示例
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 '{
"status": 1,
"pageNo": 1,
"pageSize": 50,
"startTime": 1617724800000,
"endTime": 1617811200000,
"timeType": 1,
"useHasNext": true,
"reasonId": "",
"returnType": ""
}'
响应示例响应示例
{
"total": 100,
"pageNo": 1,
"pageSize": 50,
"haxNext": true,
"simpleAfterSaleList": [
{
"returnsId": "R7488183140002901",
"returnType": "",
"reasonId": "",
"reason": "质量问题",
"status": 1,
"subStatus": 301,
"receiveAbnormalType": "",
"orderId": "P617****941",
"exchangeOrderId": "P617****941",
"userId": "4912831012",
"createdTime": 1619332984285,
"returnExpressNo": "6112***4748",
"returnExpressCompany": "中通",
"returnAddress": "上海市徐汇区*****",
"shipNeeded": 1,
"refunded": true,
"refundStatus": 108,
"autoReceiveDeadline": 1619332984285,
"useFastRefund": true,
"updateTime": 1619332984285,
"returnExpressCompanyCode": "",
"expectedRefundAmount": 100
}
],
"maxPageNo": 10
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2022-12-23 09:59:00