tmajka / magento2-module-promotion
The module responsible for managing promotions
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.2
- magento/framework: *
- magento/module-webapi: 100.4.*
- magento/module-webapi-security: 100.4.*
This package is auto-updated.
Last update: 2025-05-29 01:27:33 UTC
README
The module responsible for managing promotions by RestApi.
Installation details
composer require tmajka/magento2-module-promotion
bin/magento module:enable TMajka_Promotion
bin/magento setup:upgrade
CLI command to demo data
Deploy sample data for the promotion module
bin/magento promotions:sampledata:deploy
Remove data for the promotion module
bin/magento promotions:sampledata:remove