Skip to main content
The Zoho Inventory plugin syncs data locally. Use corsair.zohoinventory.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Contacts

Path: zohoinventory.db.contacts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Credit Notes

Path: zohoinventory.db.creditNotes.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Invoices

Path: zohoinventory.db.invoices.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Items

Path: zohoinventory.db.items.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Organizations

Path: zohoinventory.db.organizations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Sales Orders

Path: zohoinventory.db.salesOrders.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.