Click or drag to resize

IUCJsonCheckAvailability Method

Gets Hospitality Kitchen Current Availability

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<HospAvailabilityResponse> CheckAvailability(
	List<HospAvailabilityRequest> request,
	string storeId
)

Parameters

request  ListHospAvailabilityRequest
List of items to get, if empty, get all items
storeId  String
Store to get, if empty get all stores

Return Value

ListHospAvailabilityResponse
Example
Sample request including minimum data needed to be able to process the request in LS Commerce
REST Sample Request
{
    "request": [{
        "ItemId": "S10025",
        "UnitOfMeasure": ""
    }],
    "storeId": "S0017"
}
See Also