The following table describes the collection properties of the Lists microservice:

S. No.AttributeDefault ValueDescription
1allowedEventName-Specifies the list of possible actions for which events are triggered. The possible values are createList, createListItem, updateList, updateListItem, deleteList, and deleteListItem.
2itemTypeSKU, ProductIndicates the types of supported list items.
3allowSingleListTypeWISHLISTSpecifies the types of lists that cannot be created more than once. The possible values are WISHLIST, FAVORITES, and SAVEFORLATER.
4validItemTypeByType{‘WISHLIST’:’SKU,Product’,’favorites’:’SKU’}Indicates the association of item types to list types.
5listFindAllValidatorscom.skava.list.validatorListFindAllValidator.classIndicates a class, which contains the validations on retrieving all the lists.
6listItemFindAllValidatorscom.skava.list.validatorListItemFindAllValidator.classIndicates a class, which contains the validations on retrieving all the list items.
7listItemPatchValidatorscom.skava.list.validatorListItemPatchValidator.classIndicates a class, which contains the validations on updating a list item.
8listItemPropertiesValidatorcom.skava.list.validatorListItemPropertiesValidator.classSpecifies a class, which contains the validations on list item's properties.
9listItemValidatorcom.skava.list.validatorListItemValidator.classSpecifies a class, which contains the validations on list item(s).
10listMergeValidator-Indicates a class, which contains the validations on list merge.
11listPatchValidatorcom.skava.list.validatorListPatchValidator.classSpecifies a class, which contains the validations on updating a list.
12listPropertiesValidatorcom.skava.list.validatorListPropertiesValidator.classIndicates a class, which contains the validations on list's properties.
13listValidatorscom.skava.list.validatorListValidator.classIndicates a class, which contains the validations on a list.
14mergeGuestWinner-Guest user's list takes precedence on merge when the value is set as GUEST. The allowed values are GUEST and REGISTERED.




Revision History
2021-01-21 | HM – Minor copy edits.
2019-04-26 | Ananthi – Content updated for April 2019 release.
2019-01-23 | PLK – Page created and content uploaded.