IUCServiceItemCustomerPricesGet Method |
Gets customer specific prices
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
SyntaxList<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