Changelog

Added

E-invoices import - Add invoice ID to response

The POST /e-invoices/imports endpoint now returns the invoice id directly in the response body, making it easier to retrieve and track imported invoices.

Improved

Customer Invoices - Auto-populate invoice line fields from product data

When creating or updating customer invoices (both draft and finalized), you can now provide only the product_id and quantity fields for invoice lines. The API will automatically populate label, description, ledger_account_id, raw_currency_unit_price, unit, and vat_rate from the associated product. You can still override any of these fields by providing them explicitly in your request.