Click or drag to resize

IeCommerceServiceOneListGetByContactId Method

Get Basket or all Wish Lists by Member Contact Id

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<OneList> OneListGetByContactId(
	string contactId,
	ListType listType,
	bool includeLines
)

Parameters

contactId
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