渠道产品被修改时,通过此接口通知到关心此授权变化的ISV或者商家,消息中不会包含具体变化, 需要商家或者ISV反查
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| request | Request | 可选 | 请求 | ||
|
|||||
| customerId | String | 可选 | 1111 | 货主 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| response | Response | 返回值 | |
|
{"request":{"outItemId":"out1234","productId":"1234","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"}
| 错误码 | 错误描述 | 解决方案 |
|---|