This page provides the list of events and associated payload for the Lists microservice.

List of Events

SL.#NAMEDESCRIPTIONPUBLISH LOCATIONROUTING KEYDURABILITYPAYLOAD TYPE
1Create ListThis event is triggered when a list is created.Topic: ecommlist.createdtruelistPayload
2Update ListThis event is triggered when a list is updated.Topic: ecommlist.updatedtruelistPayload
3Delete ListThis event is triggered when a list is deleted.Topic: ecommlist.deletedtruelistPayload
4Create ListitemThis event is triggered when a listitem is created.Topic: ecommlistitem.createdtruelistPayload
5Update ListitemThis event is triggered when a listitem is updated.Topic: ecommlistitem.updatedtruelistPayload
6Delete ListitemThis event is triggered when a listitem is deleted.Topic: ecommlistitem.deletedtruelistPayload

Payload Model

Below is the payload for the Lists microservice events.

listPayload

PROPERTYTYPEDESCRIPTIONEXAMPLE
userIdlongIndicates the identifier of the user, who has accessed the cart.123
listIdlongIndicates the identifier of the list, which is created, updated, or deleted.123
listItemIdlongIndicates the identifier of the listitem, which is created, updated, or deleted.123
listTypestringSpecifies the type of the list. The possible values are WISHLIST, SAVEFORLATER, and FAVOURITES.WISHLIST
listItemTypestringSpecifies the allowed item types of the list.SKU

 




Revision History
2019-05-16 | Ananthi – Updated to a new table tool. 
2019-04-06 | Ananthi – Content updated for April 2019 release.
2019-01-23 | PLK – Page created and content uploaded.