Skip to content

inventory

Auto Added by WPeMatico

when i am trying to use GetSalableQuantityDataBySku it will give me an error

i am new in magento when i am trying to use GetSalableQuantityDataBySku” does not exist magento throw me an error below error i am use event which i use : use MagentoInventorySalesAdminUiModelGetSalableQuantityDataBySku; protected $getSalableQuantityDataBySku; GetSalableQuantityDataBySku $getSalableQuantityDataBySku, $this->getSalableQuantityDataBySku = $getSalableQuantityDataBySku;

Magento2: Cannot instantiate interface MagentoInventoryApiApiGetSourceItemsBySkuInterface error in log file

I am using Magento2.4.3 and I am getting the below error in my error log: Cannot instantiate interface MagentoInventoryApiApiGetSourceItemsBySkuInterface#0 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(108): MagentoFrameworkObjectManagerFactoryAbstractFactory->createObject() #1 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #2 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #3 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(150): MagentoFrameworkObjectManagerFactoryCompiled->create() #4 /var/www/magento/vendor/magento/framework/ObjectManager/Factory/Compiled.php(79): MagentoFrameworkObjectManagerFactoryCompiled->get() #5 /var/www/magento/vendor/magento/framework/ObjectManager/ObjectManager.php(56): MagentoFrameworkObjectManagerFactoryCompiled->create() #6 /var/www/magento/vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php(332): MagentoFrameworkObjectManagerObjectManager->create() #7… Read More »Magento2: Cannot instantiate interface MagentoInventoryApiApiGetSourceItemsBySkuInterface error in log file

Magento2 inventory_cleanup_reservations CRON job not working as expected for the large number of reservation records

The basic reason behind this is the MySQL group_concat_max_len value. If we have a large number of records in the reservation table then it fails to group concat the value. Preconditions and environment Magento 2.4.4 (enterprise) Actually for any version Steps to reproduce Three… Read More »Magento2 inventory_cleanup_reservations CRON job not working as expected for the large number of reservation records