Connecting integrations and using the API
Bring orders into Eltaman automatically — from built-in store integrations you connect yourself, or directly through the API.
Built-in integrations
Connect Shopify, WooCommerce, Kaspi, Uzum, or Noon yourself from the Integrations page — each has its own connect/disconnect controls. Once linked, new orders sync into Eltaman automatically, and status updates flow back so your store stays in step with the delivery.

Custom integrations
If you run a custom 3PL or your own platform, integrate directly through the API (below). If you'd like a hand wiring it up, reach out through the chat widget or on Telegram with the platform you use.
API keys
For direct integration, create an API key under settings. Each key carries scopes that limit what it can do. Send the key in the X-API-Key header on requests to the partner API under /api/v1/external/.

Treat API keys like passwords. Store them securely, never commit them to source control, and rotate a key immediately if it is exposed. API keys cannot access upload paths.
Webhooks
Register a webhook URL to receive events — such as order status changes — pushed to your own systems as they happen. Eltaman retries failed deliveries automatically and surfaces persistently failing webhooks so you can fix the endpoint.
The external order API also guards against duplicate webhooks: an order from the same integration with the same external ID is de-duplicated, so a retry from your platform never creates a second order.
Next steps
Still need a hand?
Start a live chat or message us on Telegram — we usually reply within minutes.