added

V2 - New Filter - category_id

The category_id filter is now available for both customer and supplier invoices index endpoints:

  • GET /api/v1/customer_invoices
  • GET /api/v1/supplier_invoices

You can now filter invoices by category using the field category_id. This filter only supports the in operator and the value must be an array.