IUCServiceStoreGetById Method |
Get store by Store Id
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
SyntaxStore StoreGetById(
string storeId,
bool includeImages
)
Parameters
- storeId String
- store Id
- includeImages Boolean
- Include Image blobs
Return Value
StoreStore
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