API updates 2025-11-06

Added

  • Endpoint: PATCH customer - Added support for writing receive_newsletter
  • Added the following relationships to schema Invoice:
    • memo
  • Added the following relationships to schema TaskList:
    • archived

Changed

  • In schema OrderItem, MainOrderItem and ExtraOrderItem, quantity was incorrectly specified as being an integer. This has been changed to double instead.

Deprecated

  • Endpoint: GET invoices: filter[total_open] has been deprecated in favour of filter[paid].