...
When BeginCartEditing is called, reservation of customer order is disabled if the provider is set to Axapta
...
Released 22.1.2025
POSAPI- Does not include discount when calculating vat when adding discounts using overridDiscounts
The VAT amount is calculated correctly when the OverrideDiscounts parameter is used in cart.
In eCom Coupon discount interfering with edited CartItem UnitPrice
If DisableAllDiscounts is set to true, then subtotal discount should not be applied to the item used in the SetcartItemPrice else Subtotal discount will be applied.
POS API - Return specific error message when an invalid member is scanned
A status code has been introduced to handle scenarios where an invalid member is scanned. This ensures that the system provides a clear and standardized response when an unrecognized or incorrect member identifier is detected.
...
Released 22.1.2025
POS API - Some values in cart go missing after edit
Values for ** discountEffectTypeAmount, scanCode, productInformation and shoppingChannel do not change after BeginCartEditing
POS API - Improve error message if PriceStore doesn't exist
New and specific error message "The given store number XXXX was not found" is shown in response if NewCartWithItems with price store identifier set to a store that doesn't exist.
Adyen online payment - Handle delayed refund transaction status
Created new table and methods along with updated services to update the transaction status incase for a delayed refund transaction.
Item row deleted from Customer order is not removed at Klarna
Changes made to payment job to capture payment only for the delivered articles.
Include open price flag on item in ItemExt/GetItem response
Open price flag is added to ItemExt/GetItem response.
...
Released 08.1.2025
Cloud POS API - Retry sending digital receipt
Added new job SendMailBackupJob in POSMaintenance package which will send the mail for the recipient with the details from MailBackup table
BatchToPOSApi - extend SaleFromStagingToPosApi to support lineDiscout and Subtotal Discount on cart
Support for importing line and subtotal discounts through BatchToPosApi SaleFromStagingToPosApi job is implemented
...
Released 18.12.2024
Cloud POS API - Reload configuration in the background
...