Click or drag to resize

IeCommerceService.PublishedOffersGet Method

Get Published Offers

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<PublishedOffer> PublishedOffersGet(
	string cardId,
	string itemId,
	string storeId
)

Parameters

cardId
Type: System.String
Member Card Id to look for
itemId
Type: System.String
Only show Offers for this item
storeId
Type: System.String
Get Offers for Store

Return Value

Type: List<PublishedOffer>
See Also