We have an orders structure in XML, whereby the entire information related to orders is covered as part of a single XML. However I see from this link https://www.clover.com/apidocs#!/orders , that for creating a single order we may need to make multiple APIs viz. lineitem, lineitemid, discounts, discountid, modifications, modifierid, payment, service_charge etc. So if I have 10 items in an order and 10 orders in our XML, there will be more than 100 calls for syncing a single set of orders from our end. Is there any other way, where by this is possible in a single call?