渠道产品的对于下游分销渠道或者分销商的授权变化后,通过此接口通知到关心此授权变化的ISV或者商家。
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| request | Request | 可选 | 入参 | ||
|
|||||
| customerId | String | 必须 | 1111 | 路由id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| response | Response | 返回值 | |
|
{"request":{"outItemId":"out1234","productSkuId":"12345","productId":"1234","eventType":"AUTH_CREATED","subChannelCode":"tmallglobal_blackUnique","channelCode":"tmallglobal"},"customerId":"1111"}
{
"response":{
"success":"true",
"errorCode":"OK",
"retry":"NO",
"errorMsg":"No错误信息"
}
}
{"success":"不等于true","errorCode":"sign-check-failure","errorMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|