Comment on page
👨🍳
Order endpoints
This page provides a description of the available API routes for managing order endpoint devices.
Once the product (PLU) is added to the
Ticket
, an Order
is created. Based on product settings, order is sent to one or multiple order endpoints for processing. The order endpoint serves as a device that handles incoming orders. This endpoint can take the form of either a printer, such as a kitchen printer, which generates printed instructions for the food preparation team, or a tablet that enables personnel to provide feedback to cashiers once the food is being prepared or is ready for pickup.get
http://{server-address}/
orderendpoints
Get order endpoints
get
http://{server-address}
/orderendpoints/{name}
Get order endpoint by name
post
http://{server-address}
/orderendpoints
Create order endpoint
put
http://{server-address}
/orderendpoints/{name}
Create or update order endpoint
delete
http://{server-address}
/orderendpoints/{name}
Delete order endpoint by name
Last modified 3mo ago