Hi all, I went ahead and wrote a js script in order to copy an invoice with its products.
I have a json of invoice products and I'd like to add them to an invoice. What would be the best way to do so?
Via for loop over all the array elements in my object or is there a way to create them all in one operation?