How can I add empty Orderlines
Adding empty order lines can help create a clearer invoice.
These can be either for
- spacing
- to add a description with amount 0
They can be added as follows. Keep in mind that some e-invoice networks might create a zero line from them with 0 excl and 0 VAT%.
{
"Description": "TEST EMPTY LINE"
}
Updated 16 days ago