Overview
Become an integration partner
Become a partner to gain access to our APIs. You can then begin developing your POS integration.
Build a POS integration
See the main steps to cover when building a POS Integration with Deliverect:
Step 1. Follow the instructions in this guide on how to set up your Register POS Webhook URL
Step 2. Perform a product sync in Deliverect to retrieve products from the POS
Step 3. Retrieve the channels integrated with Deliverect to recognise the ordering platform
Step 4. Configure the Order Notification webhook to receive all new orders
Step 5. Send order status updates to mark the order progression in the POS
ℹ️ In order to create test orders, first create a test menu in Deliverect and then send test orders
Available endpoints
The following endpoints are available for the POS API.
Endpoint | Method | Purpose |
---|---|---|
Insert/update products | POST | Add or modify products from a POS to a Deliverect account |
Get Categories for Account | GET | Retrieve existing product categories of a Deliverect account |
Get Integrated Channels | GET | Retrieve all channels available in Deliverect |
Get Allergens and Tags | GET | Retrieve the allergens and tags available in Deliverect |
Get Account Brands | GET | Retrieve the brands of a Deliverect account |
POST Bill Update | POST | Deliver the details of a bill closed on a POS to Deliverect |
Update Order Status | POST | Send a status update of an order to Deliverect |
Update Order Preparation Time | POST | Send a new preparation time of an order to Deliverect |
Get Linked Accounts | GET | Retrieve the accounts linked to a Partner account |
Get Locations | GET | Retrieve the locations of a Deliverect account |
Get Channel Links | GET | Retrieve all channels for a location within a Deliverect account |
Updated 8 months ago