文档中心 > API类目 > 天猫供应链

qimen.taobao.logistics.station.ability.callback (驿站服务能力新建/更新回告接口)

驿站服务能力同步结果回告接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
biz_request_id String 必须 xxxxx 业务请求ID(服务商发起请求的ID
supplier_id String 必须 10000000001 服务商ID
station_code String 必须 ccyz111 驿站编码
service_type String 必须 1 服务类型:1-逆向驿站自寄
ability_type String 必须 1 能力:1-逆向驿站自寄
success Boolean 必须 true 系统处理结果 true|false
biz_code String 必须 APPROVAL_FAILED 响应码
biz_message String 必须 审批不通过 错误信息

响应参数

名称 类型 示例值 描述
success String true 系统处理结果true|false
biz_code String 100001 响应码
biz_message String 错误信息 响应信息

请求示例

{"service_type":"1","biz_code":"APPROVAL_FAILED","biz_request_id":"xxxxx","success":true,"biz_message":"审批不通过","station_code":"ccyz111","ability_type":"1","supplier_id":"10000000001"}

响应示例

{
    "success":"true",
    "biz_code":"100001",
    "biz_message":"错误信息"
}

验签示例

{"biz_code":"sign-check-failure","success":"false","biz_message":"Illegal request"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部