查询电子面单模板列表
POST
/ark/open_api/v3/common_controller请求参数
Body 参数application/json
cpCode
string
快递公司编码
brandCode
string
可选
品牌编码,当前只有顺丰快运和顺丰速运查询需要传值
type
string
可选
类型,默认不填返回标准模板列表, ark-返回小红书商家配置的模板列表
示例
{
"cpCode": "",
"brandCode": "",
"type": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error_code
string
错误码
error_msg
string
错误描述
success
string
请求是否成功
data
object
必需
templateList
array [object {8}]
模板列表
示例
{
"error_code": "",
"error_msg": "",
"success": "",
"data": {
"templateList": [
{
"id": "",
"cpCode": "",
"brandCode": "",
"templateType": "",
"templateCustomerType": "",
"templateName": "",
"templateDesc": "",
"templatePreviewUrl": ""
}
]
}
}
最后修改时间: 1 年前