Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.
Magento Commerce only

Magento_CatalogInventoryStaging module

The Magento_CatalogInventoryStaging module is a part of the staging functionality in Magento Commerce. 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 Commerce mainline after the Magento 2.0 release.

Updated