Zoho Books has some additional modules that would be helpful, specifically:
Warehouses: /settings/warehouses
Reports on warehouse items: /reports/warehouse
Is it possible to add these to the ZohoBooksApi PHP library? Perhaps a bit of a special case as they're only available when Zoho Books is integrated with Zoho Inventory.
Hi, i would be possible yes. Can you send a PR to the library to add them? It should be pretty straightforward, just create a module for it with the right settings
Zoho Books has some additional modules that would be helpful, specifically:
Is it possible to add these to the ZohoBooksApi PHP library? Perhaps a bit of a special case as they're only available when Zoho Books is integrated with Zoho Inventory.
For the report:
Request URL: [https://books.zoho.com/api/v3/reports/warehouse?page=1&per_page=500&organization_id=]
Method: GET