Click or drag to resize

IeCommerceJsonStoreGetById Method

Get store by Store Id

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
Store StoreGetById(
	string storeId
)

Parameters

storeId
Type: SystemString
store Id

Return Value

Type: Store
Store
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