Click or drag to resize

IUCJsonOneListGetByCardId 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 2024.4
Syntax
C#
List<OneList> OneListGetByCardId(
	string cardId,
	ListType listType,
	bool includeLines
)

Parameters

cardId
Type: SystemString
Contact Id
listType
Type: LSRetail.Omni.Domain.DataModel.Loyalty.BasketsListType
0=Basket,1=Wish
includeLines
Type: SystemBoolean
Include detail lines

Return Value

Type: ListOneList
See Also