You can:
- get list of invoices
- get detailed view of one invoice
- create invoice
- delete invoice
You can not:
- update invoice – instead of, delete and create new
- get next invoice number – use different numbering convention and remember last number ¹
- get PDF or send your PDF – at the moment PDFs are generated in frontend. We will start supporting PDF generation at the end of 2022.
¹ Merit is multitenant system with 10 or more server instances. We never lock for writing to allow our partners to write faster.