rapidez / msi
Rapidez MSI
Installs: 2 748
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: ^8.0|^8.1|^8.2
- illuminate/database: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
- illuminate/view: ^9.0|^10.0|^11.0
- rapidez/core: ~0.54|^1.0|^2.0
README
This Rapidez package will offer compatibility with the Magento MSI functionality.
Requirements
This package requires the Magento MSI functionality to be active and configured in Magento. Also the Message Queues of Magento should be functional as MSI stock tables will be update through this mechanism. For example, the salable status of a product will be updated by process inventory.reservations.updateSalabilityStatus
Installation
composer require rapidez/msi
And run a reindex with php artisan rapidez:index
Note
Currently this does not work with grouped products!
License
GNU General Public License v3. Please see License File File for more information.