Click or drag to resize

IUCJsonRecommendedItemsGet Method

Note: This API is now obsolete.

Get Recommended Items based of list of items

NOTE: Not supported anymore

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
[ObsoleteAttribute("Not supported anymore", true)]
List<RecommendedItem> RecommendedItemsGet(
	List<string> items
)

Parameters

items
Type: System.Collections.GenericListString

Return Value

Type: ListRecommendedItem
See Also