商品建议零售价变更消息:商品建议零售价变更时发送此消息
Topic
Kafka topic | product |
消息类型 | 顺序消息 |
消息分区键 | productId |
消息体
名称 | 类型 | 描述 | 示例值 | |
event | String | 消息类型 | ProductPlatformPriceUpdate | |
body | purchaserId | String | 采购方ID | PID220****3 |
productId | String | 商品ID | 8247129801781****2 | |
syncVersion | String | 同步版本(时间戳) | 1730353860530 | |
before | 变更前的信息 | |||
after | 变更后的信息 |
示例
{
"event": "ProductPlatformPriceUpdate",
"body": {
"purchaserId": "PID220****3",
"productId": "8247129801781****2",
"syncVersion": "1730353860530",
"before": [
{
"skuId": "8247129801781****3",
"platformPrice": 999900
}
],
"after": [
{
"skuId": "8247129801781****3",
"platformPrice": 800000
}
]
}
}
变更历史
变更时间 | 变更内容概要 | 操作 |
2024.11.01 | 初始化 | 新增 |
文档内容是否对您有帮助?