The following table describes the collection properties of the Lists microservice:
S. No. | Attribute | Default Value | Description |
---|---|---|---|
1 | allowedEventName | - | Specifies the list of possible actions for which events are triggered. The possible values are createList , createListItem , updateList , updateListItem , deleteList , and deleteListItem . |
2 | itemType | SKU, Product | Indicates the types of supported list items. |
3 | allowSingleListType | WISHLIST | Specifies the types of lists that cannot be created more than once. The possible values are WISHLIST , FAVORITES , and SAVEFORLATER . |
4 | validItemTypeByType | {‘WISHLIST’:’SKU,Product’,’favorites’:’SKU’} | Indicates the association of item types to list types. |
5 | listFindAllValidators | com.skava.list.validatorListFindAllValidator.class | Indicates a class, which contains the validations on retrieving all the lists. |
6 | listItemFindAllValidators | com.skava.list.validatorListItemFindAllValidator.class | Indicates a class, which contains the validations on retrieving all the list items. |
7 | listItemPatchValidators | com.skava.list.validatorListItemPatchValidator.class | Indicates a class, which contains the validations on updating a list item. |
8 | listItemPropertiesValidator | com.skava.list.validatorListItemPropertiesValidator.class | Specifies a class, which contains the validations on list item's properties. |
9 | listItemValidator | com.skava.list.validatorListItemValidator.class | Specifies a class, which contains the validations on list item(s). |
10 | listMergeValidator | - | Indicates a class, which contains the validations on list merge. |
11 | listPatchValidator | com.skava.list.validatorListPatchValidator.class | Specifies a class, which contains the validations on updating a list. |
12 | listPropertiesValidator | com.skava.list.validatorListPropertiesValidator.class | Indicates a class, which contains the validations on list's properties. |
13 | listValidators | com.skava.list.validatorListValidator.class | Indicates a class, which contains the validations on a list. |
14 | mergeGuestWinner | - | 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.