API version 1.57.0

July 14, 2021


November 26, 2020

New Features

  1. Field "priceListProductID" has been added to the output of API call getProductsFromSupplierPriceLists.

  2. API call getCustomers, input parameter "searchNameIncrementally" now also searches from the "Registry Code" / "National ID" field (except on accounts that use a full-text search).

  3. API call updateSalesDocumentRowTotals has been added. This is meant for account maintenance, and should not be used in integrations.

  4. Field "isReservation" has been added to payments (API calls getPayments, savePayment). This flag should be set on pending payments or reservations that must not appear on store reports.

  5. API call getCampaigns now returns a field "formula" (indicates the basic pattern of the promotion — what are the conditions, what is the award. 11 possible options.)

  6. Several new filters and sorting options added to API call getCampaigns.

Improvements

  1. One validation has been added to saveCampaign: if "purchaseTotalValueMax" is less than "purchaseTotalValue", error 1208 will be returned.