region (us default, plus eu,
in, au, jp, ca, cn, sa). API hosts are www.zohoapis.*. OAuth hosts
are accounts.zoho.* except Canada, which uses accounts.zohocloud.ca.
organization_id as a query parameter. Discover orgs with
organizations.list, or use post-OAuth tenant linking (tenant_external_id).
Optional apiDomain must be an HTTPS zohoapis.* origin.
What you get:
- 58 typed API operations
- 6 synced entities (
contacts,creditNotes,invoices,items,organizations,salesOrders) for fast.search()/.list()
Setup
1
Install
2
Add the plugin
corsair.ts
corsair.withTenant(id). See Quick start for KEK + Hub keys, and Multi-tenancy for account isolation.3
Choose authentication
- Managed OAuth (Recommended)
- OAuth 2.0
No setup required. Corsair hosts the OAuth app for Zoho Inventory — your tenants connect through Hub when they sign in.More: Managed OAuth
4
Connect a tenant
Mint a connect link and send the tenant to it. Hub hosts the page and delivers the result to your app — see Connect / OAuth.
Example API calls
bills.list
bills.create
Query synced data
Synced entities supporttenant.zohoinventory.db.<entity>.search() and .list(): contacts, creditNotes, invoices, items, organizations, salesOrders.
See Database for filters and operators.
What’s next
API reference
Every
zohoinventory.api.* operation with input and output types.Database
Synced entities, search filters, and operators.
Connect / OAuth
createLink, Hub delivery, and tenant connect flows.
Use with agents
Expose this plugin’s operations as MCP tools.