When we create a new “Magento Two Coupon” the only argument we can set is the rule_id. It seems like some of the arguments are hardcoded:
format = 'alphanum'length = 10
and some of the other arguments (that go a long way to making a customer friendly coupon code) seem to be omitted:
prefixsuffixdelimiter_at_everydelimiter
The request is to have all these arguments exposed and configurable when setting up the coupon connection.
This would allow us to go from a code that looks like this. Z3LNC6USI5
To codes that look like this:
HAPPY-BIRTHDAY-5HAWELCOME-3R1H-FE3DSAVE-20-SYB-IJN-WHEBOGO-0985-6552-WEB
Clearer for our customers and our staff. And Easier for our customers to input.
https://adobe-commerce.redoc.ly/2.4.6-admin/tag/couponsgenerate/

