Documentation Index
Fetch the complete documentation index at: https://docs.foodsave.kz/llms.txt
Use this file to discover all available pages before exploring further.
Guide — Integrate a POS system
This guide shows steps to integrate a POS (Poster, iiko, etc.) with FoodSave.Steps
- Register partner and provide POS credentials in the Partner Portal.
- Configure webhook URL in POS provider:
https://api.foodsave.kz/api/v1/pos/webhooks/{provider}. - Ensure HMAC secret is configured in both systems.
- Map menu items using
POST /api/v1/menu/pos/syncor CSV import.
Example webhook verification (node)
Troubleshooting
- If orders are duplicated, enable
Idempotency-Keymapping and inspect deliveredexternalId. - If images fail to upload, check S3 policy returned by
POST /api/v1/files/upload.