IeCommerceJsonPublishedOffersGetByCardId Method |
Get Published Offers for Member Card Id
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
SyntaxList<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
See Also