Event representing a cart synchronization request initiated from the opco backend. This applies only to opcos that persist the cart and is used when modifications are made to the cart at the backend level and need to be reflected in Spark. The event must include the opcoCartId as the message key (partition key) to ensure correct processing order for multiple events related to the same cart
No Additional Properties{
"eventHeader": {
"source": "SPARK",
"version": "v1"
},
"intent": "DELETE_CART",
"opcoCartId": "4999569661752721025"
}
This object is used to describe some technical meta information related to the event
The application source of this event
The version of the json format event
The synhronization event intent.
"DELETE_CART"
the opco cart identifier.
"4999569661752721025"