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.

Ordering channels connect to your POS through the MERGEPORT integration layer. Lieferando, Wolt, Uber Eats, Your POS.

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.

MERGEPORTIntegration Layer
01

Product and menu data

Exchange product and menu data for supported ordering channels.

02

Orders and status

Retrieve orders in a shared structure and exchange supported status changes.

03

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
GET /pos/orders/{id}Condensed example — not the complete schema
{
  "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.

Pizza with the Dolce Vita restaurant wordmark

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 story

MERGEPORT

Plan your first integration.

Bring your POS architecture, target platforms and required data.

Get started