Include pagination for inventory items
Currently the GET /Items API method does not support any pagination request parameters.
This implies that we have to get all Items in one API call if we want to read all items, for instance during an initial historical sync.
This is highly inefficient and will lead to issues for Xero accounts having a lot of items.
Adding pagination parameters will help to reduce the payload returned by this API method, which I believe to be in the interest of both Xero and the Xero API users ...
Thanks in advance for looking into this.
5
votes
HubSpot Test Account
shared this idea