Click or drag to resize

IUCServiceDiscountsGet 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: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<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