1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/zoho-inventory.md

2.2 KiB

Zoho Inventory

The Zoho Inventory connector enables seamless data synchronization between Zoho Inventory and your data pipelines. It facilitates the automatic extraction of key inventory data such as items, orders, vendors, and invoices, ensuring up-to-date insights for analytics and reporting. Perfect for streamlining inventory management with minimal manual effort

Configuration

Input Type Description Default Value
client_id string OAuth Client ID.
client_secret string OAuth Client Secret.
refresh_token string OAuth Refresh Token.
domain string Domain. The domain suffix for the Zoho Inventory API based on your data center location (e.g., com, eu, in, etc.) com
start_date string Start date.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
items item_id DefaultPaginator
item_groups group_id DefaultPaginator
organizations organization_id DefaultPaginator
contacts contact_id DefaultPaginator
itemadjustments inventory_adjustment_id DefaultPaginator
warehouses warehouse_id DefaultPaginator
transferorders transfer_order_id DefaultPaginator
salesorders salesorder_id DefaultPaginator
packages package_id DefaultPaginator
invoices invoice_id DefaultPaginator
purchaseorders purchaseorder_id DefaultPaginator
creditnotes creditnote_id DefaultPaginator
users user_id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.2 2024-10-28 47605 Update dependencies
0.0.1 2024-10-19 Initial release by @bishalbera via Connector Builder