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
    • 大货头程下单
      POST
  • 04打单
    • 创建订单
    • 试算费用
    • 查询发货信息
    • 获取订单详情
  1. 02 一件代发

创建入库单

POST
/commonApi/dropshipping/createInboundOrder

请求参数

Header 参数

Body 参数application/json

示例
{
    "param": {
        "houseId": 0,
        "houseCode": "string",
        "headwayType": 0,
        "headwayNo": "string",
        "shippingType": 0,
        "shippingCompany": "string",
        "oceanShippingType": 0,
        "oceanCabinetType": "string",
        "oceanCabinetNo": "string",
        "eta": "string",
        "trayQty": 0,
        "boxForecastTotalNum": 0,
        "shippingMarkType": 0,
        "shippingMark": "string",
        "items": [
            {
                "skuId": 0,
                "sysSku": "string",
                "sku": "string",
                "boxSerial": "string",
                "singleBoxNum": 0,
                "boxNum": 0,
                "forecastNum": "string",
                "productBatchNo": "string",
                "productRemark": "string"
            }
        ],
        "inboundOrderServices": [
            {
                "serviceId": 0
            }
        ],
        "inboundOrderBoxes": [
            {
                "shippingMark": "string",
                "boxSerial": "string",
                "serial": 0
            }
        ]
    },
    "uuid": "string"
}

请求示例代码

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/createInboundOrder' \
--header 'token: 1231231231' \
--header 'Content-Type: application/json' \
--data-raw '{
    "param": {
        "houseId": 0,
        "houseCode": "string",
        "headwayType": 0,
        "headwayNo": "string",
        "shippingType": 0,
        "shippingCompany": "string",
        "oceanShippingType": 0,
        "oceanCabinetType": "string",
        "oceanCabinetNo": "string",
        "eta": "string",
        "trayQty": 0,
        "boxForecastTotalNum": 0,
        "shippingMarkType": 0,
        "shippingMark": "string",
        "items": [
            {
                "skuId": 0,
                "sysSku": "string",
                "sku": "string",
                "boxSerial": "string",
                "singleBoxNum": 0,
                "boxNum": 0,
                "forecastNum": "string",
                "productBatchNo": "string",
                "productRemark": "string"
            }
        ],
        "inboundOrderServices": [
            {
                "serviceId": 0
            }
        ],
        "inboundOrderBoxes": [
            {
                "shippingMark": "string",
                "boxSerial": "string",
                "serial": 0
            }
        ]
    },
    "uuid": "string"
}'

返回响应

🟢200成功
application/json
Body

示例
{
  "code": 0,
  "data": null,
  "msg": "",
  "errorMsg": "",
  "actionMsg": "",
  "solution": "",
  "msgCode": ""
}
修改于 2025-07-02 03:06:24
上一页
查询产品
下一页
查询入库单
Built with