IeCommerceJsonPublishedOffersGet Method |
Get Published Offers
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
SyntaxList<PublishedOffer> PublishedOffersGet(
string cardId,
string itemId,
string storeId
)
Parameters
- cardId
- Type: SystemString
Member Card Id to look for - itemId
- Type: SystemString
Only show Offers for this item - storeId
- Type: SystemString
Get Offers for Store
Return Value
Type:
ListPublishedOffer
See Also