IeCommerceJsonDiscountsGet Method |
Get discounts for items. Send in empty string for loyaltyschemecode if getting anonymously.
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
SyntaxList<ProactiveDiscount> DiscountsGet(
string storeId,
List<string> itemiIds,
string loyaltySchemeCode
)
Parameters
- storeId
- Type: SystemString
Store Id - itemiIds
- Type: System.Collections.GenericListString
List of item ids to check for discounts - loyaltySchemeCode
- Type: SystemString
[OPTIONAL] Loyalty scheme code for a user
Return Value
Type:
ListProactiveDiscount
See Also