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,281+ apps.
394
Showing the most popular apps. Search to find any of 9,281+ 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
POST /v1/orders
$ 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
Get started · AI-powered B2B commerce