Click or drag to resize

IeCommerceServiceOneListGetById Method

Get Basket or Wish List by OneList Id

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
OneList OneListGetById(
	string id,
	ListType listType,
	bool includeLines
)

Parameters

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

Return Value

Type: OneList
See Also