> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/invoices/_exportlineitems.md).

# \_exportLineItems

Export Invoice line items.

### Example

```
FM_api('Invoices_exportLineItems']);
```

### Result

#### On Success

```
""Reference No.",Date,"Item Description",Quantity,"Net Amount",Nominal,TaxType,Customer,"Account No.",Parent,"Parent Account No.","Invoice Status"
fm000002,21/09/2018/,"Hours : Jennifer Test",1,0,,,"Savages Shop",,,,Invoiced
fm000002,21/09/2018/,"1234 : Door",1,70,,,"Savages Shop",,,,Invoiced
fm000006,05/11/2018/,"Hours : Jennifer Test",1,20,,,"The Cafe",,,,Invoiced
fm000007,05/11/2018/,"Hours : Jennifer Test",1,20,,,"The Cafe",,,,Invoiced
fm000008,07/11/2018/,"Hours : Jennifer Test",1,20,,,"The Cafe",,,,Invoiced
```
