SKU price change message

Updated at:

The system sends this message when an SKU's price changes.

Topic

Kafka topic

product

Message type

ordered message

Message partition key

productId

Message body

Parameter

Type

Description

Example value

event

String

message type

SkuPriceUpdated

body

purchaserId

String

purchaser ID

PID22000006

productId

String

product ID

660062209131806736

skuId

String

SKU ID

670370134946873344

afterPrice

Long

Updated price, in cents.

3149685

Example

{
    "event":"SkuPriceUpdated",
    "body":{
        "purchaserId":"PID22000006",
        "productId":"660062209131806736",
        "skuId":"670370134946873344",
        "afterPrice":3149685
    }
}

Change history

Change time

Change summary

Operation

2023-09-11

Initial version

Add