Magento2 how to identify if source qty has changed
Magento2 I want to identify that qty has changed of source while saving product in admin. I am not able to get that in getOrigData. Please advice
Auto Added by WPeMatico
Magento2 I want to identify that qty has changed of source while saving product in admin. I am not able to get that in getOrigData. Please advice
I’m currently facing an issue with Magento Multi-Source Inventory (MSI). For products under the Default Stock, the salable quantity reaches 0, but the product still displays as “In Stock” on the storefront. This issue is affecting inventory management and customer… Read More »Product Shows as In Stock Despite Salable Quantity Being 0 in Default Stock – Magento MSI Issue
Magento 2, How to get source inventory after product is saved, if quantity was changed or stock status was changed.
sales_order_item_save_after this event I have used when no MSI for detecting qty change. Now if I use MSI then which event I should use to detect that qty or stock status is changed for product from admin?
Currently we have MSI source Qty fields on the Product editing page in Magento Backend. So, we have both product data and Inventory source data on the same form and it happens, that admin opens product editing page as he… Read More »Magento 2 – Prevent admin to overwrite MSI Stock Data when order placed while he was editing product page ( non shipping product)
I am enabling MSI on a site that has had it disabled for a long time. The site is running 2.4.6 version of Magento. We intend to have two stock sources, one source (default) will serve the main website and… Read More »Refactor deprecated stock registry calls when enabling MSI
I have a site, with multiple stock sources, and backordering enabled. When I test adding to cart, Magento is not taking into account stock in all sources when determining the number of items to be back ordered. EG Default source:… Read More »Magento 2.4 MSI stock sources and product salableqty
I run a multi-store install of Magento 2.4.6, recently upgraded from 2.3.7-p4 2.3.7-p4 was running with no issues using MSI, products stock_status was being correctly indexed in cataloginventory_stock_status during the cronjobs and manual runs via CLI I now have a… Read More »Magento 2.4.6 MSI Inventory Indexing. cataloginventory_stock_status not updating
I’m experiencing an issue with my Magento 2 website concerning inventory management using Multi Source Inventory (MSI). Whenever there is a failed transaction via a specific payment gateway, the inventory quantity for the product is deducted as expected. However, unlike… Read More »Failed Order Payment Not Reverting MSI Inventory Quantity in Magento 2
I’m currently working on a Magento 2 project that utilizes MSI and I’m trying to programmatically update the Out-of-Stock Threshold for each of my products. While I am able to adjust the quantity available using the setQuantity method on SourceItemInterface,… Read More »How to Programmatically Adjust Out-of-Stock Threshold for Products in Magento 2