IUCJsonOneListGetByCardId Method |
Get Basket or all Wish Lists by Member Card Id
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxList<OneList> OneListGetByCardId(
string cardId,
ListType listType,
bool includeLines
)
Parameters
- cardId String
- Contact Id
- listType ListType
- 0=Basket,1=Wish
- includeLines Boolean
- Include detail lines
Return Value
ListOneList
Remarks
LS Central WS2: WishListGetDetail
LS Central PageWS: wishLists
See Also