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