API Reference

The Order API allows you to interact directly with orders in our till system. Orders are a customer's request to purchase one or more items from a merchant.
By using it, you can create and modify orders, access and retrieve data and connect your system to ours.

Business Use Cases

Create an order

You have the possibility to create and send orders directly to our till system while specifying their information (date, time...) and their composition (item, option, preparation...). Once received, you can interact with these orders and process them directly on the till system interface.

Proceed to the payment of an order

You have the ability to proceed with one or more payments on that order, as is it the case with the online payment, so your merchants do not have to perform the payment on the POS system.

Retrieve the information of an order by order identifier

Y have the option to retrieve information about a specific order (amount, customer...) by query the Get Order endpoint with the unique order identifier (orderUUID).

Retrieve the information of an order by location identifier

If you wish to know if a location is currently associated with an order, you can query the Get order By Location endpoint by the location identifier.

The inventory of locations (formerly tables) of a specific store can be retrieve through the Location API (GetLocations). https://tillersystems-v3.readme.io/reference/location-api-introduction

2871

These are just a short list of what you can do with our Order API around an order but there are many possibilities that will allow you to interact with our POS system.