Integrations

Connect Truzzel to the tools you already use

Sync your data with accounting, ordering, and operations platforms. No double entry, no copy-paste, no CSV exports.

Connect in minutes. Sync automatically.

Every integration uses guided setup. Connect once, data flows continuously.

QuickBooks Online
Sync purchases, invoices, and costs. Keep accounting and operations aligned.
QuickBooks Desktop
Sync purchases, invoices, and costs with QuickBooks Desktop.
Xero
Journal entries, invoices, vendor and customer records with Xero.
Sage Intacct
Journal entries, invoices, vendor and customer records with Sage Intacct.
Shopify
Import customers and orders, process fulfillment automatically.
Amazon
Import and fulfill orders, monitor inventory across channels.
ShipStation
Import orders, generate shipping labels, and track shipments.
SPS Commerce
EDI: automatic PO import, invoices, and ASNs for retail partners.
Zapier
Connect Truzzel to 5,000+ platforms with no-code automation workflows.
REST API
Full programmatic access with token-based authentication. Push and pull data.
CSV Import / Export
Bulk import suppliers, items, and inventory. Export any report or dataset.

Build anything with the Truzzel API

RESTful endpoints for every resource — lots, batches, shipments, customers, inventory. Token-based authentication. Webhook support for real-time events.

Pull a complete lot trace programmatically. Push receiving data from external systems. Build custom dashboards, mobile apps, or connect to any platform your business depends on.

GET request
// Trace a lot from supplier to customer GET /api/v1/lots/KA-2026-0847/trace { "lot_id": "KA-2026-0847", "product": "All-Purpose Flour", "supplier": "King Arthur Baking Co.", "received": "2026-03-10T06:14:00Z", "temp_at_receiving": 38, "trace_forward": [ { "batch": "SD-0312-001", "product": "Sourdough Loaf", "qty_used": 240, "shipped_to": [ "Hilton DFW", "Omni Hotel Dallas" ] } ] }

Connect via MCP. AI agents operate Truzzel directly.

AI agents can operate Truzzel directly. Truzzel exposes 23 MCP tools across a 9-scope authorization model, so agents can query inventory, inspect lots, read audit state, reconcile sessions, and write evidence events without scraping screens.

MCP matters because it is agent-native. Instead of a thin REST wrapper around forms, agents can work against a scoped operational surface with clear tools, durable context, and explicit permissions. The result is a safer way to let AI participate in real workflows.

Every action is scope-controlled and evidence-logged. Receiving, compliance, observability, evidence, and integration access stay separate. Agent actions remain auditable through the MCP usage and evidence layers instead of disappearing into a private prompt history.

  • ChatGPT, Claude, and internal LLM agents can work against the same operational surface.
  • Read and write scopes keep receiving, compliance, observability, evidence, and integrations separate.
  • Agent actions remain auditable through the MCP usage and evidence layers.
MCP example
import { Agent } from "@openai/agents"; const agent = new Agent({ name: "Operations copilot", mcpServers: [ { url: "https://www.truzzel.com/api/mcp", scopes: ["inventory:read", "evidence:write"] } ] }); await agent.run("Trace lot KA-2026-0847 and log the audit response.");

Connect to 5,000+ platforms

Through Zapier, Truzzel connects to virtually every business tool you use — no code required.

Wc
WooCommerce
Bc
BigCommerce
Sq
Square
Sl
Slack
Hs
HubSpot
Sf
Salesforce
Mn
Monday.com
Gc
Google Calendar
Ms
Microsoft 365
Nr
Notion
Jr
Jira
At
Airtable

Need an integration we don't have yet?

Tell us what you need. We prioritize based on customer demand.

Request an Integration