Field | Type | Example | Description |
---|
id | String | 5a84289f-ed78-4285-9670-9a34508fb4a7 | The UUID generated unique for each event. You can use it to handle idempotent if need to |
sid | String | 969BEA7515A1A27FF4F456C782653F854E6B5D2D | Seller id that event belong to. If you are seller you can ignore that. |
created_at | String | N/A | Time the event created. |
payload | Object | N/A | The payload of event. It depends on event type. Refer event type section right above |
type | Enums | N/A | The event’s type refer event type section right above. |
version | String | v1 | The version of this event type. For each event type, each version might have difference payload |
Was this article helpful to you?
Yes
No