Digital ordering
Products endpoint polling to get availability updates
Polling strategy
Example request
GET https://api.pos.mews-demo.com/v1/products?filter[updatedAtGteq]=2025-03-12&fields[products]=isAvailableExample response
{
"data": [
{
"id": "139a7f7a-591f-4797-ba23-08c9bee0d044",
"type": "products",
"attributes": {
"isAvailable": false
}
},
{
"id": "2a8b9c1d-4e5f-6789-abcd-ef1234567890",
"type": "products",
"attributes": {
"isAvailable": true
}
}
]
}Orders endpoint polling to get most recent order state changes
Polling strategy
Example request
Example response
Fetch covers for a table at a specific table
Polling strategy
Example request
Example response
Room charge
Room number validation for payments
Errors
Last updated
Was this helpful?