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
  • 03 中转
    • 下单
      POST
    • 删除中转订单
      POST
    • 删除出库单
      POST
    • 查询中转订单
      POST
    • 查询出库单
      POST
    • 创建出库预约单
      POST
  1. 02 一件代发

打印箱唛

POST
/commonApi/dropshipping/printShippingMarks

请求参数

Header 参数
token
string 
可选
示例值:
150e1b82-0c79-41a7-a1ea-7908e27f9883
Body 参数application/json
param
object 
必需
mergeSheetId
string 
必需
type 为1 表示入库单id , type 为 2表示入库单号
type
string 
必需
单据类型 1 入库单id 2 入库单号
uuid
string 
必需
示例
{
    "param": {
        "mergeSheetId": "string",
        "type": "string"
    },
    "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/printShippingMarks' \
--header 'token: 150e1b82-0c79-41a7-a1ea-7908e27f9883' \
--header 'Content-Type: application/json' \
--data-raw '{
    "param": {
        "mergeSheetId": "string",
        "type": "string"
    },
    "uuid": "string"
}'

返回响应

🟢200成功
application/json
Body
code
integer  | null 
错误码
可选
data
null  | null 
返回数据
可选
msg
string  | null 
可选
错误提示,用户可阅读
errorMsg
string  | null 
可选
actionMsg
string  | null 
用于统一行为
可选
solution
string  | null 
可选
解决方案 可以是文本也可以是html前端会渲染出来
msgCode
string  | null 
可选
示例
{
  "code": 0,
  "data": null,
  "msg": "",
  "errorMsg": "",
  "actionMsg": "",
  "solution": "",
  "msgCode": ""
}
上一页
查询库存
下一页
退回出库单
Built with