
This guide gives you all the files to create the module no programming is necessary.


Setting up an auto generated coupon rule.To extend the REST API to add a web service for generating and retrieving coupon codes, this guide discusses the following: These codes returned to the caller as a JSON string.įor more information about the Magento REST API, see Introduction to REST API. The web service instantiates the underlying Magento sales rule ( salesrule/rule) coupon code generator and creates a pool of new codes.
#Magento 2 devdocs install attribute how to#
This guide discusses how to use coupon auto generation and a web service to dynamically call the Magento REST API to generate a series of codes. Return these codes to the calling program-simulated in this guide using a simple.Auto-generate the specified number of coupon codes.The Coupon AutoGen API enables any authorized external program to instruct Magento to: No programming is necessary to implement the extension module discussed in this guide however, basic familiarity with Magento modules and PHP programming is desirable. You can use this feature, for example, to e-mail coupon codes to your top 100 customers. Magento's REST API is extensible and can easily be called by an outside program to auto generate coupon codes. However, if Magento generates the coupon codes, you'd have to manually distribute them to customers. Auto generating coupons means Magento programmatically creates several coupon codes at one time quickly and easily. Magento CE 1.7 introduced a new method of creating coupon codes- auto generation. Coupon Auto Generation and the Magento REST API In addition, the merchant can track coupon codes to individual customers to target market those customers.

The coupon saves the customer money and hopefully entices the customer to visit the store more frequently. Typically, a merchant sends coupons to customers who input them when checking out. Extending Magento's REST API to Include Coupon Auto-GenerationĬustomers of traditional stores and online web stores love coupons.
