Model
Massgenerator
Magento\SalesRule\Model\Coupon\Massgenerator
What it does
This class generates multiple unique coupon codes in bulk for sales rules/promotions in Magento 2.
Developers use it when creating cart price rules that require auto-generated coupon codes, allowing merchants to create thousands of unique, random coupon codes at once with customizable format, length, prefix, suffix, and delimiters.
Public Methods
- generateCode()
- getDelimiter()
- generatePool()
- validateData()
- getGeneratedCodes()
- getGeneratedCount()