Click or drag to resize

IUCJson.OneListLinking Method

Link or remove a Member to/from existing OneList

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
bool OneListLinking(
	string oneListId,
	string cardId,
	string email,
	string phone,
	LinkStatus status
)

Parameters

oneListId
Type: System.String
OneList Id to link
cardId
Type: System.String
Card Id to link or remove
email
Type: System.String
Email address to look up Card Id when requesting a Linking
phone
Type: System.String
Phone number to look up Card Id when requesting a Linking
status
Type: LSRetail.Omni.Domain.DataModel.Loyalty.Baskets.LinkStatus
Link action

Return Value

Type: Boolean
See Also