Integrations team
Overview
POS Integration API v3
Section titled “POS Integration API v3”The operations exposed to integrated POS systems: menu updates, product and attribute changes, order status reporting and temporary store closing.
Every request authenticates through the Authorization header, using the API key generated in the integrations portal. The Bearer prefix is accepted but not required.
Amounts in menu payloads are decimals sent as text (“45.0”), while amounts in order notifications are integers in the currency subunit (5700 = 57.00 RON).
Authentication
Section titled “Authentication”ApiKeyAuth
Section titled “ApiKeyAuth”The POS API key, created in the integrations portal under Profile → API keys. Send it as-is or prefixed with Bearer . A missing, unknown or inactive key returns 401.
Security scheme type: apiKey
Header parameter name: Authorization