You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
For the report:
Request URL: [https://books.zoho.com/api/v3/reports/warehouse?page=1&per_page=500&organization_id=<organization_id>]
Method: GET
The text was updated successfully, but these errors were encountered:
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=<organization_id>]
Method: GET
The text was updated successfully, but these errors were encountered: