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.
EnvironmentHostData
Sandboxhttps://sandbox.quiqqy.ai/api/v2Test stores and test orders only
ProductionPer product, table aboveLive merchants

Every credential belongs to exactly one environment. Start in sandbox; production access is granted after go-live review.

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