Hi, I've been developing some time this app using the rest API and I've come across some obstacles. Some of which are having to run separate api calls for order creation, adding lineItems, adding modifiers to lineItems, etc. I would like to know if there is going to be an update soon for it to be just one API call with all the information an order requires. This would really improve the performance of my app and would not make me do 10-15+ API calls just to make an order which can lead to reaching the quota limit of API calls and not letting me make more.
The problem I have now is with adding modifiers to the lineItems, can I add all the modifiers in a single call or do I have to go one by one adding each modifier to the lineItem?
Thanks in advance.