For POS developers
Connect ordering channels to your POS.
The MERGEPORT REST API connects a POS backend to supported ordering platforms. Use the integration profiles to check which order, product and status data is available for each system before planning development.
Directory examples · Scope depends on the integration.
What you get
One connection. More ordering channels.
Connect your POS backend to supported ordering platforms through the MERGEPORT API. Your own product interface remains the starting point for your customers.
One shared order format
Process incoming orders in the same API structure. Check the available capabilities for each integration.
Find the right channels
Use the Explorer to identify ordering and delivery integrations relevant to your product.
Integration Explorer
Explore ordering and delivery integrations.
Each profile shows the available details. Features depend on the integration and its setup.
Core features
The data flows behind your POS connection.
Exchange orders, product data and status through one connection. The exact scope depends on the integrations you select.
Product and menu data
Exchange product and menu data for supported ordering channels.
Orders and status
Retrieve orders in a shared structure and exchange supported status changes.
Technical setup
Use the REST API for data exchange and the Controller for supported setup workflows.
Ordering API v4
See the structure of an incoming order.
The API returns the same order structure across ordering platforms, with the source, reference, status, time, total and line items.
View the full API reference{
"providerName": "Ordering partner",
"orderReference": "MP-10482",
"status": "receivedByProvider",
"pickupInfo": {
"pickupTime": "2026-08-14T12:30:00Z"
},
"amountToPay": {
"amount": 2400,
"currency": "EUR"
},
"items": [
{
"orderItemName": "Pizza Margherita",
"quantity": 2,
"singlePrice": {
"amount": 1200,
"currency": "EUR"
}
}
]
}POS partner model
Plan around active restaurants.
Billing to the POS partner is based on active restaurants. Depending on the agreement, a per-restaurant or volume model applies.
Your offer to your customers
As a POS partner, you set your own resale prices. We agree the suitable model and terms for your planned integration.

From restaurant operations
Dolce Vita
A long-established Vienna restaurant with a strong delivery operation and connected order workflows.
An example of the connected ordering workflow on the restaurant side.
Read the success storyMERGEPORT
Plan your first integration.
Bring your POS architecture, target platforms and required data.





