IUCJsonDiscountsGet Method |
Get discounts for items. Send in empty string for loyaltySchemeCode if getting anonymously.
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxList<ProactiveDiscount> DiscountsGet(
string storeId,
List<string> itemIds,
string loyaltySchemeCode
)
Parameters
- storeId String
- Store Id
- itemIds ListString
- List of item ids to check for discounts
- loyaltySchemeCode String
- [OPTIONAL] Loyalty scheme code for a user
Return Value
ListProactiveDiscount
Remarks
LS Central OData: GetDiscount
See Also