getProducts
has been heavily optimized to increase speed.
When getStock
is requested based on stockId
, the result is now also sorted on stockId
.
getStockHistory
now also returns the stock values before (beforeCorrectionQuantity
) and after (afterCorrectionQuantity
) the correction, but of course only when the change was made through a correction. Even when the stock values before and after are equal, the change will be returned, so you can rely on afterCorrectionQuantity
being present.
v1.9.0 // © Mplus Software 2014 - 2025