W8海外仓系统|API文档
  1. 02 一件代发
W8海外仓系统|API文档
  • W8WMS API 简介
  • 01 公共接口
    • 获取机场
      POST
    • 获取自提类型
      POST
    • 获取仓库
      POST
    • 获取渠道
      POST
    • 获取可选服务
      POST
  • 02 一件代发
    • 创建产品
      POST
    • 查询产品
      POST
    • 创建入库单
      POST
    • 查询入库单
      POST
    • 创建出库单
      POST
    • 查询出库单
      POST
    • 查询库存
      POST
    • 打印箱唛
      POST
    • 退回出库单
      POST
    • 退回入库单
      POST
    • 获取价格
      POST
    • 查询费用明细
      POST
    • 创建退货单
      POST
    • 查询退货单
      POST
  • 03 中转
    • 下单
      POST
    • 删除中转订单
      POST
    • 删除出库单
      POST
    • 查询中转订单
      POST
    • 查询出库单
      POST
    • 创建出库预约单
      POST
  1. 02 一件代发

查询退货单

开发中
POST
/commonApi/dropshipping/queryReBoundOrders

请求参数

Header 参数

Body 参数application/json

示例
{
    "param": {
        "query": {
            "keywordList": [
                "2508110013"
            ],
            "houseCode": "MDC"
        }
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/commonApi/dropshipping/queryReBoundOrders' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "param": {
        "query": {
            "keywordList": [
                "2508110013"
            ],
            "houseCode": "MDC"
        }
    }
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "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
}
修改于 2025-08-13 02:22:02
上一页
创建退货单
下一页
下单
Built with