Click or drag to resize

IUCJsonOneListGetById Method

Get Basket or Wish List by OneList Id

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
OneList OneListGetById(
	string id,
	bool includeLines
)

Parameters

id  String
List Id
includeLines  Boolean
Include detail lines

Return Value

OneList
Remarks
LS Central WS2: WishListItemModify

LS Central PageWS: wishLists/ItemModify

See Also