AdamM Posted May 5, 2022 Posted May 5, 2022 Is it possible to create a sale via the API then have that order show on a kitchen display? Or is it done locally on the network?
Jay Rock Posted May 5, 2022 Posted May 5, 2022 (edited) Hello AdamM, 1) Loyverse POS app, and Loyverse Kitchen dislplay app communicate in local network. So unfortunately it's not possible. 2) You can make receipt sale via API post request via endpoint https://api.loyverse.com/v1.0/receipt In a body you can also specify along with items also order_id, with order name. And you can implement your own Kitchen dislplay app Edited May 5, 2022 by Jay Rock
AdamM Posted May 5, 2022 Author Posted May 5, 2022 (edited) Thanks, what I thought. Do you know the schema/endpoint/response that the POS app uses to send to KDS, so I can duplicate the existing functionality? I can see the POS calls port 11225, but presumable wants a proper response to verify. Edited May 5, 2022 by AdamM
Recommended Posts