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",
}
}
Comments
0 comments
Please sign in to leave a comment.