API Release news from January 15, 2024

Upcoming Breaking changes:


Improvements:

Stock movements endpoint is enriched by orderCode

"movements": [
  {
    "id": 126222,
    "productCode": "6547",
    "actualAmount": "21.505",
    "amountChange": "0.505",
    "changedBy": "novak@shoptet.cz",
    "changeTime": "2018-05-28T14:17:00+02:00",
    "orderCode": "2017000049"
  }
]

Product detail endpoint is enriched by perStockAmounts

"perStockAmounts": [
  {
    "stockId": "1",
    "amount": 10,
    "claim": 0,
    "location": "Location 4",
    "lastAmountUpdate": "2024-01-04T10:55:55+0100"
  }
]

Bugfixes:

Post navigation