Pazaryeri & POS Entegrasyonları

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.

POS Partner API

Webhook ile sipariş gönderin. Tek API anahtarı, REST JSON.

Başlangıç

1
Kayıt

Soldan POS Partner Kayıt

2
API anahtarı

E-posta ile kxpos_…

3
Mağaza eşlemesi

storeId tanımı

4
Webhook

POST sipariş

Kimlik doğrulama

BaşlıkDeğer
X-API-Keykxpos_xxxxxxxx…
AuthorizationBearer kxpos_xxxxxxxx…

Sipariş webhook

POST/api/pos-partners/webhook/order

Content-Type: application/json

GET/api/pos-partners/webhook/order

Sağlık kontrolü (kimlik doğrulama gerekmez)

İstek gövdesi

AlanTipAçıklama
orderId *stringPOS sipariş ID
storeId *stringMağaza kodu (eşleşmiş)
sourcestringKanal adı
customer.phonestring5xxxxxxxxx
address.fullAddressstringTeslimat adresi
payment.totalPricenumberToplam TL

Örnek istek

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"}'

Yanıtlar

200success: true, internalOrderId

401 — Geçersiz API anahtarı

404 — storeId eşlemesi yok

409 — Yinelenen sipariş

Mağaza eşlemesi

Her storeId bir KuryeX restoran ID ile eşleştirilmelidir. Kayıt formunda veya info@kuryex.net ile liste gönderebilirsiniz.

POS Partner Kayıt

API anahtarınız e-postanıza gönderilir.

30 Gün Ücretsiz Bölge Demo

Bayi yönetim paneli — bölgenizde kurye ağını yönetin.