-
开发者必读
获取Sku库存编码标签
GET http://openapi.ck1info.com/v1/merchantSkus/label?WarehouseId={WarehouseId}&Sku={Sku}&Quantity={Quantity}&Custom={Custom}&PrintFormat={PrintFormat}&IsMade={IsMade}
接口说明: 获取Sku库存编码标签
Http 200 - 成功
Http 400 - 提交的数据有误,请检查
Http 404 - Sku不存在输入参数
URI Parameters
名称 类型 格式要求 是否必须 描述 示例值 WarehouseId string 满足正则: ^[a-zA-Z0-9\-_]{1,10}$
长度: 0 ~ 10
必须
仓库代号
US
Sku string 长度: 0 ~ 100
必须
sku名称
bag-y001
Quantity integer 范围: 1 ~ 1000
必须
数量
20
Custom string 长度: 0 ~ 50
客户自定义标识
PrintFormat PrintFormat None.
必须
打印格式
ClassicLabel
IsMade boolean None.
是否带产地
false
返回结果
名称 类型 格式要求 是否必须 描述 示例值 Label string None.
Base64 编码,需要转换成byte数据,再生成pdf文件
{ "Label": "sample string 1" }