API Version 1.73.0

December 1, 2021


December 01, 2021

New features

  1. API call savePurchaseDocument now can update existing purchase document numbers.
  2. API call subtractCustomerRewardPoints now returns the id of the subtraction record that was created in the response.
  3. API call saveSalesDocument now copies attributes "edi_original_purchase_order_idDats" and "edi_original_purchase_order_account" to the follow-up documents.
  4. A new custom event is produced (table: cash_invoice, action: insert) when a new document of type "CASHINVOICE" is created. In webhook manager it is possible to attach a listener to these events.

Improvements

  1. When a matrix parent product is archived then all of its variations will now be archived as well.
  2. An optimization in API call getPointsOfSale has been enabled on all accounts - call will not return invoice numbers when not needed. In order to turn this change off, a new parameter "api_getpointsofsale_returns_all_invoice_numbers" can be used.
  3. In back office, Settings > Login activity, login hostname are no longer logged, only IP addresses. In order to turn this change off a new parameter "enable_reverse_dns_lookup" can be used.
  4. Improved system stability when issues with caching solution occur.

Fixes

  1. An adjustment to the duplicated saves prevention functionality, where it sometimes did not work as intended.