Click or drag to resize

IUCService.ItemCustomerPricesGet Method

Gets customer specific prices

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

Parameters

storeId
Type: System.String
cardId
Type: System.String
items
Type: System.Collections.Generic.List<ItemCustomerPrice>
list of items to get prices for

Return Value

Type: List<ItemCustomerPrice>
Remarks
LS Central WS2 : EcomGetCustomerPrice
See Also