商品变更通知ISV对应商品ID
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| item_id | Number | 必须 | 1234565 | 商品ID | |
| op_type | String | 必须 | UPDATE | 操作类型 | |
| booth_ids | String | 可选 | 11 | 新模型线上品会有,代表变更的城市站 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | TopResultDO | 结果 | |
|
{"item_id":1234565,"op_type":"UPDATE","request_id":"","booth_ids":"11"}
{
"result":{
"success":true,
"err_code":"sys_err",
"err_msg":"系统错误"
}
}
{"result":{"success":"false","err_msg":"Illegal request","err_code":"sign-check-failure"}}
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| sign-check-failure | 签名失败 | 签名失败 |
| isp.http-read-timeout | 超时 | 超时 |
| response-body-parse-error | 解析失败 | 解析失败 |