Click or drag to resize

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

Return Value

Type: OneList
See Also