SKU status update
Updated at:
This message indicates when a channel merchant lists or delists a SKU.
Topic
Kafka topic |
|
Message type | ordered message |
Partition key |
|
Message body
Parameter | Type | Description | Example | |
| String | Specifies the message type. |
| |
|
| String | The purchaser ID. |
|
| String | The product ID. |
| |
| String | The SKU ID. |
| |
| String | The SKU status before the update, which can be or |
| |
| String | The SKU status after the update. Valid values are |
| |
Example
{
"event": "SkuStatusUpdated",
"body": {
"purchaserId": "PID22000006",
"productId": "660057403063402509",
"skuId": "660057403063402511",
"beforeStatus": "Online",
"afterStatus": "Offline"
}
}Revision history
Date | Description | Actions |
2023-09-11 | Initial release. | Added |
Is this page helpful?