How to create a complete order in one or two requests. Like adding more than one items and more than one modifications in one call only.
At present, I first have to create an order with "state: open".
On the second request I have to add the item and
then on the third request, I have to add modifications.
Can we do all these requests by one call only?