Skip to content

Quiqqy platform overview

Quiqqy is an ordering platform for restaurants and retail stores. Merchants run storefronts on Quiqqy; you integrate against one of three partner APIs depending on what you are building.

ProductYou are buildingDirectionBase URL
Online Ordering APIA POS integration: receive Quiqqy orders into a point-of-sale, push the POS menu to QuiqqyQuiqqy → your POS (orders), your POS → Quiqqy (menu, status)https://auth.quiqqy.ai/api/v2
Hub Ordering APIOn top of a Hub community — a marketplace of stores under one brand: custom storefronts, ops dashboards, order automationYou → Quiqqy (orders), Quiqqy → you (events)https://hub-api.quiqqy.ai/api/v2
Mercnet Reports APIProgrammatic reporting and catalogue management for merchants on the Mercnet networkYou → Quiqqyhttps://api.quiqqy.ai/api/v2

All three share one developer account, one console, one authentication model, one webhook transport and one error envelope. Learn those once and they apply everywhere.

A merchant’s store lives on Quiqqy. Customers order through a Quiqqy storefront (their own site, a Hub community marketplace, or a QR/table flow). Quiqqy holds the order of record, takes payment, and pushes events out.

  • A POS company connects stores with the Online Ordering API: the merchant authorizes the app, the POS pushes its catalogue, and every order arrives as a signed webhook the POS accepts, prepares and completes.
  • A Hub builder reads a community’s catalogue and places orders into it; Hub splits each order into one child order per fulfilling store and forwards it.
  • A reporting or back-office tool reads sales, order and demand data — and optionally manages the catalogue — through Mercnet Reports.

There is no sandbox host. Each product has exactly one base URL — the one in the table above — and your credentials work against it from the moment you create them.

That also means an app still in draft runs the identical flow a published app does: same host, same credentials, same payloads. Publishing does not change how your integration talks to Quiqqy; it changes whether merchants can find your app in the catalogue. See Testing your integration for how to build against a store you own, and go-live review for what listing requires.

Endpoint-by-endpoint reference, generated from the API definitions: Online Ordering · Hub Ordering · Mercnet Reports