Click or drag to resize

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
Syntax
C#
List<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