https://github.com/indexzero/zoho-inventory
Fetch-based API client for the Zoho Inventory API
https://github.com/indexzero/zoho-inventory
Last synced: about 1 year ago
JSON representation
Fetch-based API client for the Zoho Inventory API
- Host: GitHub
- URL: https://github.com/indexzero/zoho-inventory
- Owner: indexzero
- License: mit
- Created: 2018-12-11T06:52:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T07:41:41.000Z (almost 7 years ago)
- Last Synced: 2024-04-26T15:05:20.000Z (about 2 years ago)
- Language: JavaScript
- Size: 342 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# zoho-inventory
Fetch-based API client for the Zoho Inventory API
## Usage
## API Coverage
> Source: [Zoho Inventory API Docs]
- [Items, Custom Field, Organization, Composite Items]
- [Resources not yet implemented]
### Items, Item Groups, Composite Items
| Resource | Action | |
| -------------- | -------------- | -- |
| Item | List | ✅ |
| Item | Create | ✅ |
| Item | Create (Image) | ✅ |
| Item | Read | ✅ |
| Item | Update | ⚠️ |
| Item | Delete | ✅ |
| Item | Delete Image | ❌ |
| Item | Mark Active | ❌ |
| Item | Mark Inactive | ❌ |
| Custom Field | List | ✅ |
| Custom Field | Create | ✅ |
| Custom Field | Read | ⚠️ |
| Custom Field | Update | ⚠️ |
| Custom Field | Delete | ✅ |
| Organization | List | ❌ |
| Organization | Create | ❌ |
| Organization | Read | ❌ |
| Organization | Update | ❌ |
| Organization | Delete | ❌ |
| Composite Item | List | ❌ |
| Composite Item | Create | ❌ |
| Composite Item | Read | ❌ |
| Composite Item | Update | ❌ |
| Composite Item | Delete | ❌ |
| Composite Item | Mark Active | ❌ |
| Composite Item | Mark Inactive | ❌ |
#### Legend
- ✅: Implemented with E2E Test Coverage.
- ⚠️: Implemented with **no test coverage.**
- ❌: Not implemented yet.
### Resources not yet implemented
- Contacts, Contact Persons, Users
- Item Group, Item Adjustments
- Transfer Orders, Sales Orders, Invoices
- Purchase Orders, Purchase Receives
- Bills, Customer Payments
- Shipment Orders, Packages
- Taxes, Currency
[Zoho Inventory API Docs]: https://www.zoho.com/inventory/api/v1/