Limited API functionality ... or limited documentation?

Limited API functionality ... or limited documentation?

Hi there,

I have succesfully got Oauth working and can connect to Zoho Inventory using the API. But now I am finding that the functionality is quite limited. 

For example, the pagination simply does not work (setting per_page has no effect) and there are is no search functionality documented. So, for example, if I want a count of our items, I have to page through all of our items and count them using code. This could easily over-run the max calls per minute limit if you have several thousand items.

The lack of search capability means that you cannot find a part by, for example, SKU or part name, only by id. Which means that you cannot effectively find a part. So surely the API is of very limited use. It is clear that you can search for parts, because this functionality exists in the web app and mobile apps.

Are these functionalities available or is there any other better documentation? Have I missed something?