Changelog
Version 13 (2025-04-10)
- Added
accountingDimensionsfield toLedgerEntryandSupplierInvoiceto generalize cost centers. costCentersfield deprecated forLedgerEntryandSupplierInvoice. Exists as read only for now but removed from documentation.
Version 12 (2024-10-15)
-
messagefield ofRelIdMsgof/log/event/and related endpoints has been deprecated and will be removed in a future version. Use the newmessagesfield instead. -
A new field
messageshas been added toRelIdMsgreplacingmessage. This is an array of messages, NOT an array of lines. Each message may be multiline.
Version 11 (2024-03-12)
- LedgerAccount classification field is no longer required.
Version 10 (2024-02-20)
- Removed unused
relatedOrdersfield fromZReportrecord.
Version 9 (2022-05-03)
BREAKING CHANGE - The default behavior for endpoint /log/event/ is now to exclude relatedIdMsgs. The relatedIdMsgs can be included in the response by using the new query parameter fetchRelIdMsgs=true.
Version 8 (2021-11-16)
Added support for commodityCode and countryOfOrigin for products. For more info see Swagger API reference
Version 7 (2021-04-13)
Added new endpoints for Product prices. For more info see Swagger API reference
New endpoints are:
product/{localId}/priceproduct/by-remote-id/priceproduct/{localId}/price/{pricelistLocalId}product/by-remote-id/price/by-remote-Id
Version 6 (2021-03-23)
- New section describing the Tax Model.
Settlement Report
- Settlement uses a new Tax Model. All
vatfields have been removed. BREAKING CHANGEAllVat-fields have been removed from Settlement endpoints.BREAKING CHANGETheTax-fields should be used instead. These fields use the new Tax Model.
Z-Report
- Z-Reports uses a new tax model. All
vatfields have been removed. BREAKING CHANGEAllVat-fields have been removed. TheTax-fields should be used instead. These fields use the new Tax Model.
Payment Transaction Event
- Payment transaction event uses the new Tax Model. All
Vat-fields are deprecated, and it is highly recommended to start using theTax-fields.
Invoice
- Invoice uses the new Tax Model. All
Vat-fields aredeprecated, and it is highly recommended to start using the newTax-fields instead. BREAKING CHANGEFieldsspecifiedVatPerUnitandspecifiedRowDiscountVathave been removed.
Order
- Order uses the new Tax Model. All
Vat-fields aredeprecated, and it is highly recommended to start using theTax-fields. BREAKING CHANGEFieldsspecifiedVatPerUnitandspecifiedRowDiscountVathave been removed.
Version 5 (2019-06-05)
- Added lots of information to error response.
Version 4 (2019-05-06)
- Added
roundingrow type.
Version 3 (2019-04-25)
- Added
orderTypefor orders.
Version 2 (2019-03-21)
- Added Cash Register (Record type), (Swagger API reference).
- Added Z Report (Record type), (Swagger API reference).
- Added Payment Method (Swagger API reference).
- Added Payment Transaction (Record type), (Swagger API reference).
Version 1 (2018-12-07)
First public version.
Future changes should remain backwards compatible enough so clients written against older versions should work with no changes as long as the client ignores any new fields in responses.