Click or drag to resize

IUCJsonItemsPage Method

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

Parameters

storeId
Type: SystemString
pageSize
Type: SystemInt32
pageNumber
Type: SystemInt32
itemCategoryId
Type: SystemString
productGroupId
Type: SystemString
search
Type: SystemString
includeDetails
Type: SystemBoolean

Return Value

Type: ListLoyItem
See Also