Click or drag to resize

IUCJsonPublishedOffersGetByCardId Method

Get Published Offers for Member Card Id

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

Parameters

cardId
Type: SystemString
Member Card Id to look for
itemId
Type: SystemString
Only show Offers for this item

Return Value

Type: ListPublishedOffer
Remarks
LS Nav WS1 : LOAD_MEMBER_DIR_MARK_INFO

LS Central WS2 : GetDirectMarketingInfo

See Also