IUCServiceStoresGet Method |
Get List of stores
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.4
SyntaxList<Store> StoresGet(
StoreGetType storeType,
bool includeDetails,
bool includeImages
)
Parameters
- storeType
- Type: LSRetail.Omni.Domain.DataModel.Base.SetupStoreGetType
Type of stores to get - includeDetails
- Type: SystemBoolean
Include detail data, like store hours - includeImages
- Type: SystemBoolean
Include Image Blobs for stores
Return Value
Type:
ListStoreList of stores
Exceptions| Exception | Condition |
|---|
| LSOmniServiceException | StatusCodes returned:
- StatusCode.Error
- StatusCode.SecurityTokenInvalid
- StatusCode.UserNotLoggedIn
- StatusCode.DeviceIsBlocked
|
Remarks
LS Central OData : GetStores
Data for Store Hours needs to be generated in LS Central by running COMMERCE_XXXX Scheduler Jobs
See Also