Click or drag to resize

IUCService.ItemsPage Method

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2025.4
Syntax
C#
List<LoyItem> ItemsPage(
	string storeId,
	int pageSize,
	int pageNumber,
	string itemCategoryId,
	string productGroupId,
	string search,
	bool includeDetails
)

Parameters

storeId
Type: System.String
pageSize
Type: System.Int32
pageNumber
Type: System.Int32
itemCategoryId
Type: System.String
productGroupId
Type: System.String
search
Type: System.String
includeDetails
Type: System.Boolean

Return Value

Type: List<LoyItem>
See Also