-
开发者必读
Api调用说明(必读)
授权说明
国内直发对接流程
仓库一件代发对接流程
头程备货对接流程
海外仓发平台物流
平台Y2模式对接流程
常见问题
接口更新记录说明文档
OpenApi Postman使用示例
- 中国直发
- 商家与SKU
- 头程入库
- FBA订单
- 来货单
- 出库单
- 库存管理
- 逆向物流服务
- 收货服务
- 退件管理
- 轨迹查询
- 计价查询
- 数据列表
- 财务查询
获取FBA包裹标签
POST http://openapi.ck1info.com/v1/fbaOrder/label
接口说明: 获取FBA包裹标签,支持多个包裹
Http 200 - 成功
Http 400 - 提交的数据有误,请检查输入参数
Body Parameters
名称 类型 格式要求 是否必须 描述 示例值 PackageId string 长度: 0 ~ 50
必须
包裹Id
PrintFormat PrintFormat None.
必须
打印格式
ClassicLabel
PrintContent DirectExpressPrintContent None.
必须
打印内容
AddressCostomsSplit
IdType IdType None.
输入参数id的类型
{ "PackageId": "sample string 1", "PrintFormat": "ClassicA4", "PrintContent": "Address", "IdType": "PackageId" }
返回结果
名称 类型 格式要求 是否必须 描述 示例值 Label string None.
Base64 编码,需要转换成byte数据,再生成pdf文件
{ "Label": "sample string 1" }