IeCommerceJsonRecommendedItemsGet Method |
Gets Recommended Items for Items
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
SyntaxList<RecommendedItem> RecommendedItemsGet(
string userId,
string storeId,
string items
)
Parameters
- userId
- Type: SystemString
Member contact Id to get recommended Item for. Empty string for anonymous requests - storeId
- Type: SystemString
Store Id - items
- Type: SystemString
List of Items to get recommend items for. Format of string: ITEMID,ITEMID,...)
Return Value
Type:
ListRecommendedItem
See Also