API updates 2025-11-06
November 6th, 2025
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,MainOrderItemandExtraOrderItem,quantitywas incorrectly specified as being aninteger. This has been changed todoubleinstead.
Deprecated
- Endpoint: GET invoices:
filter[total_open]has been deprecated in favour offilter[paid].