Magento_CatalogInventoryStaging
Magento_CatalogInventoryStaging module
Overview
The Magento_CatalogInventoryStaging module is a part of the staging functionality in Magento EE. It extends the Magento_CatalogInventory module functionality, adding the capability to monitor the “Stock Status” field on the Schedule Update form of a product.
Implementation details
The Magento_CatalogInventoryStaging module adds the disabled “Stock Status” field on the Schedule Update form of a product during form rendering.
Dependencies
You can find the list of modules that have dependencies on the Magento_CatalogInventoryStaging module in the require
section of the composer.json
file. The file is located in the root directory of the module.
Extension points
You can interact with the Magento_CatalogInventoryStaging module using the Magento extension mechanism, see Magento plug-ins.
The Magento dependency injection mechanism enables you to override the functionality of the Magento_CatalogInventoryStaging module.
Additional information
You can track backward incompatible changes made in a Magento EE mainline after the Magento 2.0 release.