Click or drag to resize

IUCJsonItemCustomerPricesGet Method

Gets customer specific prices

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<ItemCustomerPrice> ItemCustomerPricesGet(
	string storeId,
	string cardId,
	List<ItemCustomerPrice> items
)

Parameters

storeId
Type: SystemString
cardId
Type: SystemString
items
Type: System.Collections.GenericListItemCustomerPrice
list of items to get prices for

Return Value

Type: ListItemCustomerPrice
Remarks
LS Central WS2 : EcomGetCustomerPrice
See Also