Changelog
All notable changes to the current API will be documented here. To learn about API versioning, see API lifecycle.
Changes that affect multiple APIs are documented in the general changelog.
August 2024β
Added taxRate
that allows the use of decimal point for the tax lines. taxPercentage
is now deprecated, but will continue to work as it did before.
March 2023β
Added receiptNumber
and valid barcode types.
January 2023β
- Added barcode data validation.
- On
bottomLine
, replacedreceiptNumber
withbarcode
and addedposId
. - Added kilowatt-hour (
Kwh
) as quantity unit onorderlines
. - Added
receiptNumber
to thebottomLine
.
December 2022β
Added paymentSources
to the bottomLine
:
- card
- voucher
- cash
- giftcard
August 2022β
Added IsReturn
and isShipping
to orderLines
.
- Shipping lines are now treated as regular
orderLines
. - Removed validation of sum, tax and discount in the bottom lines.
IsReturn
flag is now added toorderLines
. A returnedorderLine
will be treated as negative value.- Removed possibility of having negative amount on
orderLines
.
June 2022β
- Added
shippingInfo
object to the receipt.
September 2021β
- An early version of the Order Management API is made available.