IeCommerceService.PublishedOffersGetByCardId 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: System.String
Member Card Id to look for - itemId
- Type: System.String
Only show Offers for this item
Return Value
Type:
List<PublishedOffer>
See Also