Click or drag to resize

IUCJsonStoresGetAll Method

Get all stores

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.4
Syntax
C#
List<Store> StoresGetAll()

Return Value

Type: ListStore
List of stores
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.SecurityTokenInvalid
  • StatusCode.UserNotLoggedIn
  • StatusCode.DeviceIsBlocked
Remarks
Data for Store Hours needs to be generated in LS Central by running COMMERCE_XXXX Scheduler Jobs
See Also