Click or drag to resize

IUCServiceOneListGetByCardId Method

Get Basket or all Wish Lists by Member Card Id

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<OneList> OneListGetByCardId(
	string cardId,
	ListType listType,
	bool includeLines
)

Parameters

cardId  String
Contact Id
listType  ListType
0=Basket,1=Wish
includeLines  Boolean
Include detail lines

Return Value

ListOneList
Remarks
LS Central WS2: WishListGetDetail

LS Central PageWS: wishLists

See Also