- Help for Partners
- All POS vendor events
-
API concepts
-
Members
-
Model
-
FAQ - Developers
-
Resources
-
Orders
-
Rewards
-
Check-ins
-
Getting started - App partners
-
Employees
-
Getting started - Doshii Dashboard
-
Quick start for developers
-
Onboarding
-
Location
-
All App Partners Event
-
Menus
-
Announcements
-
Loyalty / Checkins
-
WebSocket - App partners
-
All POS vendor events
-
Loyalty / Gift Cards
-
Devices
-
Tables
-
Workflows
-
FAQ - Doshii Dashboard
-
Bookings
-
Transactions
-
Webhooks
-
App Partner Guide
-
Authentication
-
Getting started - POS vendors
-
Ordering
-
Reservations
-
Pilot
-
Bulk data
-
Playbooks
-
Rejection codes
-
Getting started
-
WebSocket - POS partners
-
Events - App partners
-
Service channels
-
Events
-
Concepts
-
Apps
Upon Menu Sync
When a menu synchronisation request is initiated by Doshii to have the POS push any menu updates up to Doshii, this menu_sync event will be dispatched.
EVENT menu_sync
Parameters
locationId The Doshii hashed location ID
posLocationId The POS location ID
syncType partial or full (partial = menu update, full = entire Doshii menu is replaced)
event menu_sync
Example Event
{
"event": "menu_sync",
"data": {
"locationId": "a1b2c3d4",
"posLocationId": "12345",
"syncType": "partial",
}
}