IUCServiceStoreGetById Method |
Get store by Store Id
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.6
Syntax Store StoreGetById(
string storeId,
bool includeImages
)
Parameters
- storeId
- Type: SystemString
store Id - includeImages
- Type: SystemBoolean
Include Image blobs
Return Value
Type:
StoreStore
Exceptions Exception | Condition |
---|
LSOmniServiceException | StatusCodes 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