Get List of stores
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2024.6
Syntax 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
Examples
Sample request to get all Click and Collect Stores
{
"storeType": 1,
"includeDetails": 1,
"includeImages": 0
}
See Also