Date:
GetCart does not work on resumed carts
Improvement
POS Server (POSAPI) - on-prem and cloud
GetCart on resumed carts.
We've implemented functionality for PosApi to return the correct cart when running GetCart request on a previously suspended and resumed cart, when using the original cartId from the initial NewCart request.
Show in Cart which coupon discount that triggered
Improvement
POS Server (POSAPI) - on-prem and cloud
CouponCodes on selectable coupons from Voyado
We've changed the couponCode to show the offer ID instead of using the membernumber / voyado customernumber as couponCode.
We've also implemented a field in discountDetails in cart, that shows which couponCode was used to trigger the relevant discount.
GetCart returns 0 quantity on Click&Collect carts
Improvement
POS Server (POSAPI) - on-prem and cloud
GetCart for click and collect orders
When calling the method GetCart on a reserved cart, it now displays the correct quantity for each EAN added to the cart also for click and correct orders.
Config is read from wrong store when starting cart editing
Improvement
POS Server (POS API) - cloud and on-prem
Incorrect configuration used when editing cart
An issue that could cause incorrect configuration to be used when editing a cart has been fixed. The problem happened when editing the cart from a different POS API instance. (using multiple instances in cloud or multiple installed instances of POS Wcf on-prem)
SetDigitalReceipt request fails on uncached receipt
Cloud POS API
SetDigitalReceipt can fail running on multiple instances
A problem that could cause SetDigitalReceipt to fail when POSAPI is running on multiple instances has been fixed.
Date:
NewCartWithItemReturn requests are missing OperatorID on the response
...