Click or drag to resize

IBOJson.OneListGetByCardId Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<OneList> OneListGetByCardId(
	string cardId,
	ListType listType,
	bool includeLines
)

Parameters

cardId
Type: System.String
listType
Type: LSRetail.Omni.Domain.DataModel.Loyalty.Baskets.ListType
includeLines
Type: System.Boolean

Return Value

Type: List<OneList>
See Also