Click or drag to resize

IUCJsonItemsPage Method


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

Parameters

storeId  String
 
pageSize  Int32
 
pageNumber  Int32
 
itemCategoryId  String
 
productGroupId  String
 
search  String
 
includeDetails  Boolean
 

Return Value

ListLoyItem
See Also