Implement a backend integration module to connect our platform with the Petpooja Restaurant Point of Sale (POS) system. This integration bridges our application's online services with the physical billing and kitchen terminals at merchant locations.
Core Functionality
Menu Synchronization: Dynamically fetches structured restaurant menus, item catalogs, custom variations, pricing details, and tax structures directly from Petpooja's AWS API endpoints.
Automated Order Relay: Pushes real-time customer orders directly into the restaurant's billing terminal, automatically generating Kitchen Order Tickets (KOTs) and eliminating manual entry errors by restaurant staff.
Live Status Updates: Implements webhook listeners to process order status callbacks (Accept, Cancel, Ready, Dispatched) and dynamic item stock toggles (In-Stock / Out-of-Stock variations).
Docs:
https://onlineorderingapisv210.docs.apiary.io/#/introduction/
main features needed:
-Fetch sync menu
-food items
-categories
-orders
Implement a backend integration module to connect our platform with the Petpooja Restaurant Point of Sale (POS) system. This integration bridges our application's online services with the physical billing and kitchen terminals at merchant locations.
Core Functionality
Menu Synchronization: Dynamically fetches structured restaurant menus, item catalogs, custom variations, pricing details, and tax structures directly from Petpooja's AWS API endpoints.
Automated Order Relay: Pushes real-time customer orders directly into the restaurant's billing terminal, automatically generating Kitchen Order Tickets (KOTs) and eliminating manual entry errors by restaurant staff.
Live Status Updates: Implements webhook listeners to process order status callbacks (Accept, Cancel, Ready, Dispatched) and dynamic item stock toggles (In-Stock / Out-of-Stock variations).
Docs:
https://onlineorderingapisv210.docs.apiary.io/#/introduction/
main features needed:
-Fetch sync menu
-food items
-categories
-orders