Date: 01
Cart calculator and first item of NewCartWithItems does not get any discounts
The first item in a cart created by NewCartWithItems request will find its correct discounts/campaigns. This fix is done for both ItemSale and CartCalculator.
Correct discounts should now be shown in cart for all items.
Change pos api release pipeline stages
...
This will significantly reduce the time lost in the process, if the upgrade fails.
Cart calculator and first item of NewCartWithItems does not get any discounts
Price calculation of first item in receipt
...
The configuration is now reloaded without exporting related stores. It now selects store from the store table.
Set nullable property correctly in the swagger contract
SetCartReadyForPaymentAction throws exception
EndCartEditing fails validation when editing cart with negative subtotal
We've fixed an issue where validation of cart failed on EndCartEditing requests. This validation has now been improved so that ending editing on carts with a negative subtotal (returns, for instance) now succeeds.
Date:
Return stop reason in ItemRequirementsNotMetFault
Error message improvement
...
New endpoint to fetch receipt in epos format
Added a new endpoint that fetches the order receipt in the epos format.
Define provided permissions
Cached prices are filtered based on a single cart's timestamp
Caching of prices
When caching the price of an item, inactive prices are included so that if they activate within the cached duration, they will be available to be added to cart.
...
Revert breaking change in SetCartItemNote_Request
Revert breaking change in SetCartItemNote_Request
...
Add ShipmentProvider to DeliverCartItem
Added ShipmentProvider field to DeliverCartItem method. Now the carrier name can be added to the delivery information.
...
Cloud POS API: Reduce the number of database calls
Not possible to cancel order in CW due to missing member.
Customer order
Fix: Cancel customer order
...
POS / POS API performance issue with voided articles
Performance in carts with many voided items
...
Cloud POS API: spikes in SQL procedure duration
We've made improvements to database executions that improves PosApi performance, and alleviates an issue where some database queries sporadically spiked in duration.
...