Click or drag to resize

IeCommerceJson.OneListGetByContactId 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: System.String
Contact Id
listType
Type: LSRetail.Omni.Domain.DataModel.Loyalty.Baskets.ListType
0=Basket,1=Wish
includeLines
Type: System.Boolean
Include detail lines

Return Value

Type: List<OneList>
See Also