Product suggested retail price change message
Updated at:
This message is sent when the suggested retail price of a product changes.
Topic
Kafka topic | product |
Message type | Ordered message |
Message partition key | productId |
Message body
Name | Type | Description | Example value | |
event | String | Message type | ProductPlatformPriceUpdate | |
body | purchaserId | String | Purchaser ID | PID220****3 |
productId | String | Product ID | 8247129801781****2 | |
syncVersion | String | Synchronization version (UNIX timestamp) | 1730353860530 | |
before | Information before the change | |||
after | Information after the change | |||
Example
{
"event": "ProductPlatformPriceUpdate",
"body": {
"purchaserId": "PID220****3",
"productId": "8247129801781****2",
"syncVersion": "1730353860530",
"before": [
{
"skuId": "8247129801781****3",
"platformPrice": 999900
}
],
"after": [
{
"skuId": "8247129801781****3",
"platformPrice": 800000
}
]
}
}Change history
Change time | Change summary | Operation |
2024-11-01 | Initialization | Added |
Is this page helpful?