...
Payment with amount 0 is allowed in AddPaymentToCart2 and CheckoutCart for all payment types.
Improved cart performance in begin cart editing
The begin cart editing endpoint now uses the short text value instead of the full text value. This prevents cart timeouts and ensures the cart works smoothly when editing begins.
Automatic reload of POS Configuration
The POS configuration for all cash registers are automatically reloaded from the database every time there is a configuration change, ensuring the latest settings are applied without any manual intervention.
Search optimization
Item search has been improved by adding a non-clustered index for model column in in the Azure DB dbo.ItemFTView.
Improve the performance of ItemExt/SearchItem endpoint to get faster result when called
Updated the ItemExt/SearchItem endpoint to ignore the single character search.
Updated error codes for customer
The error messages and the codes provided by POS API have their prefixes updated specifically for the customer.
Line and Subtotal Discounts for Sales through BatchToPosApi
Support for importing line and subtotal discounts through BatchToPosApi SaleFromStagingToPosApi job is implemented.
...
Released 17.10.2024
Fix for "success" field in ResumeCart
...