dotdigital / dotdigital-magento2-extension-inventory
Dotdigital for Magento Inventory Management
Installs: 57 767
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/dotdigital/dotdigital-magento2-extension-inventory
Requires
- php: ^7.4||^8.0
- dotdigital/dotdigital-magento2-extension: ^4.16.0
- magento/framework: >=102 <104
- magento/module-backend: >=101 <103
- magento/module-inventory-api: ~1.0
- magento/module-inventory-configuration-api: ~1.0
- magento/module-inventory-sales-admin-ui: ~1.0
- magento/module-inventory-sales-api: ~1.0
- magento/module-store: >=101 <102
This package is auto-updated.
Last update: 2025-11-18 14:07:24 UTC
README
Requirements
- This module requires the Dotdigitalgroup_Email module v4.16.0+
- Magento Multi Source Inventory modules must be enabled see Install Inventory Management
Activation
- This module is included in our core extension. Please refer to these instructions to install via the Magento Marketplace.
How to remove the module if required
Merchants using our dotdigital/dotdigital-magento2-os-package metapackage, who are not using Magento Multi Source Inventory, can remove this module as follows:
- Disable the module:
bin/magento module:disable Dotdigitalgroup_Inventory
- Add a replace in composer.json to physically remove the package files:
"replace": {
"dotdigital/dotdigital-magento2-extension-inventory": "*"
},
Changelog
1.1.0
What's new
- We've updated the module's dependencies. The module now requires PHP 7.4+ and Magento 2.3.7+.
1.0.0
What's new
- Our first release adds support for Magento Multi Source Inventory in a separate module.