I am trying to add line items using orderConnector.addLineItem() method . For eg. If I am adding 100 quantity of that line item i need to iterate 100 times and add it in order. So it become too slow to add all line items . I wonder if there is any other options available to perform same, because clover own register is capable to add 100 items in no time.
mOrderConnector.addFixedPriceLineItem(mOrder.getId(), mItem.getId(), null, null)