Click or drag to resize

IUCServicePublishedOffersGetByCardId Method

Get Published Offers for Member Card Id

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<PublishedOffer> PublishedOffersGetByCardId(
	string cardId,
	string itemId,
	string storeId
)

Parameters

cardId  String
Member Card Id to look for
itemId  String
Only show Offers for this item
storeId  String
Store Id

Return Value

ListPublishedOffer
Remarks
LS Nav WS1: LOAD_MEMBER_DIR_MARK_INFO

LS Central WS2: GetDirectMarketingInfo

See Also