We are currently integration our Ordering to Clover,
The current API calls only allow us to send one line item at one time to add to an order.
The issue is that on a large order this will potentially cause time outs,
For e.g. ordering 3 pizzas with 10 modifiers would mean that we have to send 33 http calls to make the order,
This would become a problem in making an order in real time for the user.
We are looking for a way to reduce this overhead of sending so many calls for an order.
Thanks
Nir Geiger