Is it possible to disable Salable Quantity at all?
We use Microsoft Dynamics NAV which updates the 'Quantity' column in Magento 2 with a logic:
Inventory level in NAV minus quantity on sales order.
So we have no need for Salable Quantity.
Anyone advise?
Thanks
Hi @helloredwh852a ,
Can you check the below message on the Magento stack exchange?
There is also a free module by Ampersand, which does exactly that. It is available on GitHub.
This module disables the inventory reservation logic introduced as part of MSI in Magento 2.3.3 - seehttps://github.com/magento/inventory/issues/2269for more information about the way MSI was implemented, and the issues that can happen with external WMS integrations.
This module will:
https://magento.stackexchange.com/questions/267373/magento-2-3-salable-quantity-turning-off
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!