Click or drag to resize

IUCJson.CustomerSearch Method

Search for Customer

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<Customer> CustomerSearch(
	CustomerSearchType searchType,
	string search,
	int maxNumberOfRowsReturned
)

Parameters

searchType
Type: LSRetail.Omni.Domain.DataModel.Base.Retail.CustomerSearchType
search
Type: System.String
maxNumberOfRowsReturned
Type: System.Int32

Return Value

Type: List<Customer>
See Also