Click or drag to resize

IeCommerceJsonStoresGetAll Method

Get all stores

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
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 Nav/Central by running OMNI_XXXX Scheduler Jobs
See Also