Integrations
All the apps you can connect with Turis.
From your ERP and payment provider to the marketing, fulfilment, and analytics tools that already run your operation. Search the full directory of 9,808+ apps.
Showing the most popular apps. Search to find any of 9,808+ more.
No apps match that search.
Open API
Build on top of Turis. If you really need to.
Most of what teams need is already available as a pre-built connector — that’s by design. But when something exotic comes up, the Turis REST API lets your developers (or ours) wire it in: orders, customers, items, pricing, fulfilment, all addressable.
- REST API with predictable, resource-oriented URLs
- OAuth-protected, scoped per integration
- Webhooks for orders, customers, and product events
- Sandbox tenant for safe testing
$ curl "https://api.turis.app/v1/orders" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"customer_id": "cus_8841",
"channel": "edi",
"lines": [
{ "sku": "HB-250", "qty": 12 },
{ "sku": "DEC-1KG", "qty": 6 }
]
}'
→ 201 Created
"id": "ord_2H4k…",
"status": "ready_for_review",
"total": 2520.00
See it with one of your own orders
Bring the order nobody wants to retype — the messy one — and watch what Turis does with it live on the call.
Live product, your order flow, no slide deck. · 14 days, no credit card needed. · No commission on your sales, ever.