Is there a known way to create a new coupon code (Shopping Cart Price Rule) in Magento Community Edition through the API?
I would like to be able to auto-generate coupon codes using another webapp, and have them created in Magento simultaneously via some back-end communication. From what I can gather, there is no support in the default API for this.
Does anyone know of a way to go about it?
Thanks!
Here is my script that I use to create multiple discount codes.
The code is pretty much documented.
Magento API does not support sales rules.