...
The configuration is now reloaded without exporting related stores. It now selects store from the store table.
Date:
Return stop reason in ItemRequirementsNotMetFault
Error message improvement
A new property - 'MessageToCashier', that shows a stop reason, has been added to 'ItemRequirementsNotMetFault' response.
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.
Date:
Revert breaking change in SetCartItemNote_Request
Revert breaking change in SetCartItemNote_Request
The NoteKey field when adding Notes to items is no longer required and is now set as optional.
Add ShipmentProvider to DeliverCartItem
Added ShipmentProvider field to DeliverCartItem method. Now the carrier name can be added to the delivery information.
Date:
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
Customer orders are cancelled through POS API wihtout showing error message in Chain Web.
POS / POS API performance issue with voided articles
Performance in carts with many voided items
The request time does not increase rapidly when there are many voided/added items to cart.
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.
Date:
Performance in cloud POS API
...