How to Integrate Snapdeal affiliate api in asp.net application

1.1k views Asked by At

I want to integrate Snapdeal affiliate api in my application but not getting any refrence link to integrate this.

1

There are 1 answers

0
Hiren S. On

You can get the list of orders done by affiliate id using getConversions method. Snapdeal uses third party (HasOffers) affiliate program. So you can get request and response parameter from this link. http://developers.hasoffers.com/#/affiliate/controller/Affiliate_Report/method/getConversions

And then you can integrate as per your requirement.