We are working on releasing a iteration of our app and we are running into a problem with the API hitting the rate limit. This is because we are trying to pull a lot of order data and it is requiring us to expand API calls to get the other information.
For Example:
Call 1. - Order by ID
Call 2. - Expand Order Type
Call 3. - Exand Employee Name
Call 4. - Expand Category of the Item.
As an end result we end up making too many calls.
Is it possible for me to consolidate these calls? If not is it possible to request that some of this order data be consolidated in the Clover API to reduce the amount of calls being made? The error 429s are negatively impacting the performance of our app.