Product deletion message
Updated at:
The system generates a product deletion message when a channel merchant suspends product distribution or a distributor removes a product from their product selection library.
Topic
Kafka topic | product |
Message type | ordered message |
Partition key | productId |
Message body
Parameter | Type | Description | Example | |
event | String | The event type. | ProductDeleted | |
body | purchaserId | String | The purchaser ID. | PID22000006 |
productId | String | The ID of the deleted product. | 660062209131806720 | |
Example
{
"event":"ProductDeleted",
"body":{
"purchaserId":"PID22000006",
"productId":"660062209131806720"
}
}Change history
Date | Description | Actions |
September 11, 2023 | Initial release. | Added |
Is this page helpful?