{
"param": {
"query": {
"keywordList": [
"2508110013"
],
"houseCode": "MDC"
}
}
}
curl --location --request POST '/commonApi/dropshipping/queryReBoundOrders' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"query": {
"keywordList": [
"2508110013"
],
"houseCode": "MDC"
}
}
}'
{
"actionMsg": null,
"code": 0,
"data": {
"countId": null,
"current": 1,
"pages": 1,
"records": [
{
"clientId": 98,
"clientName": "印象餐饮",
"forecastDate": "2025-08-12 19:05:08",
"houseId": 1,
"houseName": "美东仓",
"id": 21,
"items": [
{
"outboundReturnedShelveId": 149,
"pendingShelfNum": 10,
"returnedNum": 10,
"returnedType": null,
"returnedTypeName": null,
"sdHouse": null,
"shelfBy": null,
"shelfDate": null,
"shelfDateStr": "",
"shelfNum": null,
"shelfRemark": null,
"sku": "SKU-MI",
"skuCname": "小米手机壳",
"skuEname": "MIphone case",
"skuId": 8620,
"status": 0,
"statusName": null,
"sysSku": "YXCY-000022-1",
"totalDefectiveNum": null,
"totalShelfNum": 0
}
],
"orderNo": "2508110012",
"returnedType": 1,
"returnedTypeName": "买家退货",
"status": 0,
"statusName": "新建",
"waybillNo": "559595858"
}
],
"searchCount": true,
"size": 10,
"sumInfoObj": null,
"total": 1
},
"errorMsg": null,
"msg": "成功",
"msgCode": null,
"solution": null
}