
EZOfficeInventory
A manifest only source for EZOfficeInventory. https://ezo.io/ezofficeinventory/
Configuration
| Input | Type | Description | Default Value | 
|---|
| api_key | string | API Key. Your EZOfficeInventory Access Token. API Access is disabled by default. Enable API Access in Settings > Integrations > API Integration and click on Update to generate a new access token |  | 
| subdomain | string | Subdomain. The company name used in signup, also visible in the URL when logged in. |  | 
| start_date | string | Start date. Earliest date you want to sync historical streams (inventory_histories, asset_histories, asset_stock_histories) from |  | 
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | 
|---|
| inventories | identifier | DefaultPaginator | ✅ | ❌ | 
| assets | identifier | DefaultPaginator | ✅ | ❌ | 
| checked_out_assets | identifier | DefaultPaginator | ✅ | ❌ | 
| asset_stocks | identifier | DefaultPaginator | ✅ | ❌ | 
| members | id | DefaultPaginator | ✅ | ❌ | 
| locations | id | DefaultPaginator | ✅ | ❌ | 
| groups | id | DefaultPaginator | ✅ | ❌ | 
| subgroups | id | DefaultPaginator | ✅ | ❌ | 
| vendors | id | DefaultPaginator | ✅ | ❌ | 
| labels | id | DefaultPaginator | ✅ | ❌ | 
| custom_fields | id | DefaultPaginator | ✅ | ❌ | 
| purchase_orders | id | DefaultPaginator | ✅ | ❌ | 
| bundles |  | DefaultPaginator | ✅ | ❌ | 
| carts |  | DefaultPaginator | ✅ | ❌ | 
| inventory_histories |  | DefaultPaginator | ✅ | ✅ | 
| asset_histories |  | DefaultPaginator | ✅ | ✅ | 
| asset_stock_histories |  | DefaultPaginator | ✅ | ✅ | 
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|
| 0.0.5 | 2024-12-11 | 48932 | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 | 
| 0.0.4 | 2024-11-04 | 48180 | Update dependencies | 
| 0.0.3 | 2024-10-29 | 47913 | Update dependencies | 
| 0.0.2 | 2024-10-28 | 47535 | Update dependencies | 
| 0.0.1 | 2024-09-15 | 45590 | Initial release by @pabloescoder via Connector Builder |