1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Files
airbyte/docs/integrations/sources/zoho-inventory.md
octavia-bot-hoard[bot] a85f325d5d 🐙 source-zoho-inventory: run up-to-date pipeline [2025-11-25] (#70148)
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-11-25 00:13:32 -08:00

82 lines
6.3 KiB
Markdown

# 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
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.42 | 2025-11-25 | [70148](https://github.com/airbytehq/airbyte/pull/70148) | Update dependencies |
| 0.0.41 | 2025-11-18 | [69434](https://github.com/airbytehq/airbyte/pull/69434) | Update dependencies |
| 0.0.40 | 2025-10-29 | [68841](https://github.com/airbytehq/airbyte/pull/68841) | Update dependencies |
| 0.0.39 | 2025-10-21 | [68503](https://github.com/airbytehq/airbyte/pull/68503) | Update dependencies |
| 0.0.38 | 2025-10-14 | [67988](https://github.com/airbytehq/airbyte/pull/67988) | Update dependencies |
| 0.0.37 | 2025-10-07 | [67480](https://github.com/airbytehq/airbyte/pull/67480) | Update dependencies |
| 0.0.36 | 2025-09-30 | [66944](https://github.com/airbytehq/airbyte/pull/66944) | Update dependencies |
| 0.0.35 | 2025-09-24 | [66467](https://github.com/airbytehq/airbyte/pull/66467) | Update dependencies |
| 0.0.34 | 2025-09-09 | [65715](https://github.com/airbytehq/airbyte/pull/65715) | Update dependencies |
| 0.0.33 | 2025-08-23 | [65413](https://github.com/airbytehq/airbyte/pull/65413) | Update dependencies |
| 0.0.32 | 2025-08-09 | [64842](https://github.com/airbytehq/airbyte/pull/64842) | Update dependencies |
| 0.0.31 | 2025-08-02 | [64365](https://github.com/airbytehq/airbyte/pull/64365) | Update dependencies |
| 0.0.30 | 2025-07-26 | [64090](https://github.com/airbytehq/airbyte/pull/64090) | Update dependencies |
| 0.0.29 | 2025-07-19 | [63625](https://github.com/airbytehq/airbyte/pull/63625) | Update dependencies |
| 0.0.28 | 2025-07-12 | [63202](https://github.com/airbytehq/airbyte/pull/63202) | Update dependencies |
| 0.0.27 | 2025-07-05 | [62676](https://github.com/airbytehq/airbyte/pull/62676) | Update dependencies |
| 0.0.26 | 2025-06-28 | [62270](https://github.com/airbytehq/airbyte/pull/62270) | Update dependencies |
| 0.0.25 | 2025-06-21 | [61745](https://github.com/airbytehq/airbyte/pull/61745) | Update dependencies |
| 0.0.24 | 2025-06-15 | [61197](https://github.com/airbytehq/airbyte/pull/61197) | Update dependencies |
| 0.0.23 | 2025-05-24 | [60756](https://github.com/airbytehq/airbyte/pull/60756) | Update dependencies |
| 0.0.22 | 2025-05-10 | [59973](https://github.com/airbytehq/airbyte/pull/59973) | Update dependencies |
| 0.0.21 | 2025-05-04 | [59532](https://github.com/airbytehq/airbyte/pull/59532) | Update dependencies |
| 0.0.20 | 2025-04-26 | [58943](https://github.com/airbytehq/airbyte/pull/58943) | Update dependencies |
| 0.0.19 | 2025-04-19 | [58549](https://github.com/airbytehq/airbyte/pull/58549) | Update dependencies |
| 0.0.18 | 2025-04-13 | [57386](https://github.com/airbytehq/airbyte/pull/57386) | Update dependencies |
| 0.0.17 | 2025-03-29 | [56835](https://github.com/airbytehq/airbyte/pull/56835) | Update dependencies |
| 0.0.16 | 2025-03-22 | [56333](https://github.com/airbytehq/airbyte/pull/56333) | Update dependencies |
| 0.0.15 | 2025-03-09 | [55653](https://github.com/airbytehq/airbyte/pull/55653) | Update dependencies |
| 0.0.14 | 2025-03-01 | [55161](https://github.com/airbytehq/airbyte/pull/55161) | Update dependencies |
| 0.0.13 | 2025-02-23 | [54638](https://github.com/airbytehq/airbyte/pull/54638) | Update dependencies |
| 0.0.12 | 2025-02-16 | [54124](https://github.com/airbytehq/airbyte/pull/54124) | Update dependencies |
| 0.0.11 | 2025-02-08 | [53602](https://github.com/airbytehq/airbyte/pull/53602) | Update dependencies |
| 0.0.10 | 2025-02-01 | [53120](https://github.com/airbytehq/airbyte/pull/53120) | Update dependencies |
| 0.0.9 | 2025-01-25 | [52555](https://github.com/airbytehq/airbyte/pull/52555) | Update dependencies |
| 0.0.8 | 2025-01-18 | [51934](https://github.com/airbytehq/airbyte/pull/51934) | Update dependencies |
| 0.0.7 | 2025-01-11 | [51466](https://github.com/airbytehq/airbyte/pull/51466) | Update dependencies |
| 0.0.6 | 2024-12-28 | [50834](https://github.com/airbytehq/airbyte/pull/50834) | Update dependencies |
| 0.0.5 | 2024-12-21 | [50389](https://github.com/airbytehq/airbyte/pull/50389) | Update dependencies |
| 0.0.4 | 2024-12-14 | [49448](https://github.com/airbytehq/airbyte/pull/49448) | Update dependencies |
| 0.0.3 | 2024-10-29 | [47862](https://github.com/airbytehq/airbyte/pull/47862) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47605](https://github.com/airbytehq/airbyte/pull/47605) | Update dependencies |
| 0.0.1 | 2024-10-19 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |
</details>