Coming next release
Support scale-out for ItemSale operations
The following methods in ItemSale now support scale-out:
- SetCustomerInfoInCart
- SetCartDeliveryInfo
- DeleteCartOrder
- SetCartItemNotes
...
AmountLimitPerReceipt now matches with the maximum purchases per receipt for the campaign
It is now possible to override or change the prices of items returned through online return. The new price can be set through itemPrice in NewCartWithItemReturn method.
...
POS API now uses the correct VAT rates for multi-country scenarios, wherein prices from stores in different countries can have different VAT rates.
14 digit GTINs for promotions
14 digit GTINs are supported for Promotions now.
Support for country-specific texts
Support for country-specific item texts from Item Management has been added to POS Import. Changes are also required in POS Master database to be able to use the new data.
Info | ||
---|---|---|
| ||
POS Master v. 3.0.0.119 or higher. POS Import v. 4.0.53 or higher. |
AmountLimitPerReceipt now matches with the maximum purchases per receipt for the campaign
When exporting campaign mixes from Chain Classic to POS API, the AmountLimitPerReceipt no longer changes value and it stays the same as the value provided in the maximum purchases per receipt for the campaign.
Add link between PLU Board Page and Button in GetPluConfiguration
...
When exporting campaign mixes from Chain Classic to POS API, the AmountLimitPerReceipt no longer changes value and it stays the same as the value provided in the maximum purchases per receipt for the campaign.
Add link between PLU Board Page and Button in GetPluConfiguration
Buttons are now linked to their respective PLU Board Pages in GetPluConfiguration method. This can be used to render the PLU Board Pages with the correct buttons.
Monitoring of data import in POS Master database
A SQL stored procedure that will be used to monitor data import to POS Master database in cloud was created. This will be used in the upcoming release of the UI to monitor import of data in POS Management.
...
Released 12.09.2023
Support scale-out for ItemSale operations
The following methods in ItemSale now support scale-out:
- SetCustomerInfoInCart
- SetCartDeliveryInfo
- DeleteCartOrder
- SetCartItemNotes
Overriding of prices for online return
It is now possible to override or change the prices of items returned through online return. The new price can be set through itemPrice in NewCartWithItemReturn method.
VAT rates for multi-country scenarios
POS API now uses the correct VAT rates for multi-country scenarios, wherein prices from stores in different countries can have different VAT rates.
14 digit GTINs for promotions
14 digit GTINs are supported for Promotions now.
Support for country-specific texts
Support for country-specific item texts from Item Management has been added to POS Import. Changes are also required in POS Master database to be able to use the new data.
Info | ||
---|---|---|
| ||
POS Master v. 3.0.0.119 or higher. POS Import v. 4.0.53 or higher. |
Performance improvement for cart with lots of bundles
...
When adding bundles with the same EANs included in more than one bundle, the discounts no longer jump between them. Each bundle has its own matched discount that is uniquely assigned to them.
Monitoring of data import in POS Master database
A SQL stored procedure that will be used to monitor data import to POS Master database in cloud was created. This will be used in the upcoming release of the UI to monitor import of data in POS Management.
...
Released 29.08.2023
Customer age verification when POS API is scaled out
...