查询面单
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
cpCode
string
快递公司编码
waybillCode
string
面单号
示例
{
"cpCode": "zto",
"waybillCode": "78689455849606"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error_code
string
返回值code
success
string
请求是否成功
error_msg
string
错误信息
data
object
必需
waybillCode
string
面单号
printData
string
面单打印数据
parentWaybillCode
string
子母单会返回母单
extraInfo
string
扩展信息
cpCode
string
快递公司编码
customerPrintData
string
自定义打印数据
示例
{
"error_code": "0",
"success": "true",
"error_msg": "",
"data": {
"waybillCode": "78689455849606",
"printData": "{\\\"encryptedData\\\":\\\"打印数据密文\\\",\\\"signature\\\":\\\"MD:lH0r2gNxcIuY7dY3VvV4ag==\\\",\\\"templateURL\\\":\\\"http://cloudprint.cainiao.com/template/standard/644703\\\",\\\"ver\\\":\\\"waybill_print_xiaohongshu_secret\\\"}",
"parentWaybillCode": "",
"extraInfo": "",
"cpCode": "zto",
"customerPrintData": "{\\\"data\\\":{\\\"item\\\":[\\\"商品名称\\\"],\\\"order\\\":[\\\"P000000001\\\"]},\\\"templateURL\\\":\\\"https://cloudprint.cainiao.com/template/standard/629505/24\\\"}"
}
}
最后修改时间: 1 年前