Description
Summary (*)
We are noticing an issue where the default behaviour of MSI (no sources or stock set up) is that as an item is sold, it adds a record to inventory_reservation. And salable quantity is reduced.
We manage our stock in another system, and update the quantity field as orders come in. This is causing issues as suddenly the salable quantities are lowering, and never reset.
Is there a way to reset this salable quantity?
Is there a way to disable this in store -> config, or via config.php by disabling modules?
Examples (*)
As you can see here, some salable quantity is the same as quantity, but some are 0, and some are lower. As we manage stock elsewhere, and update magento, the quantity is the field we rely on. It should reduce by 1 as an order is placed, like prior default magento behaviour.
Proposed solution
A way to reset MSI, or to not fill the reservation table so our salable quantity is artificially lower than it should be.