Restoran panelinizden platformları bağlayın; siparişler otomatik KuryeX'e düşer.
POS yazılımınız varsa soldan API Dokümantasyonu ve POS Partner Kayıt bölümlerine geçin.
Webhook ile sipariş gönderin. Tek API anahtarı, REST JSON.
Soldan POS Partner Kayıt
E-posta ile kxpos_…
storeId tanımı
POST sipariş
| Başlık | Değer |
|---|---|
X-API-Key | kxpos_xxxxxxxx… |
Authorization | Bearer kxpos_xxxxxxxx… |
Content-Type: application/json
Sağlık kontrolü (kimlik doğrulama gerekmez)
| Alan | Tip | Açıklama |
|---|---|---|
orderId * | string | POS sipariş ID |
storeId * | string | Mağaza kodu (eşleşmiş) |
source | string | Kanal adı |
customer.phone | string | 5xxxxxxxxx |
address.fullAddress | string | Teslimat adresi |
payment.totalPrice | number | Toplam TL |
curl -X POST "https://kuryex.net/api/pos-partners/webhook/order" \
-H "Content-Type: application/json" \
-H "X-API-Key: kxpos_ANAHTARINIZ" \
-d '{"orderId":"ORD-001","storeId":"MAGAZA-001","source":"Restoran"}'
200 — success: true, internalOrderId
401 — Geçersiz API anahtarı
404 — storeId eşlemesi yok
409 — Yinelenen sipariş
Her storeId bir KuryeX restoran ID ile eşleştirilmelidir. Kayıt formunda veya info@kuryex.net ile liste gönderebilirsiniz.
API anahtarınız e-postanıza gönderilir.
Bayi yönetim paneli — bölgenizde kurye ağını yönetin.