API Release news from April 08, 2024

Here’s what’s news in API Release, which is in production since April 08, 2024!

Breaking Changes:

Deprecation of taxMode attribute

Product sets only with active module


New Features:

API is extended witch the BATCH Product category update

Brand deletion endpoint is ready


Improvements:

VAT breakdown in GET Proof payments

"vatBreakdown": {
    "items": [
      {
        "vatRate": "21.00",
        "priceWithVat": "121.00",
        "priceWithoutVat": "100.00",
        "vat": "21.00"
      }
    ],
    "summary": {
      "withVat": "121.00",
      "withoutVat": "100.00",
      "vat": "21.00"
    }
}

Bugfixes:

Post navigation