How can I programatically get a list of merchants who have data I am qualified to access via my LinkShare account?
Asked
Active
Viewed 1,248 times
1 Answers
3
The following URL will allow you to get a list of merchants with data that you have permission to access without the need to login. It will return an XML list of your merchants:
http://findadvertisers.linksynergy.com/merchantsearch?token=YOUR_LINKSHARE_ACCESS_TOKEN

Kmeixner
- 1,664
- 4
- 22
- 32
-
1where on their site did you find this API endpoint? I can't seem to find this in thier docs. It works but if you could point me in the right direction it would be appreciated. – Shawn Aug 03 '13 at 23:38
-
If I remember correctly I did not find it in their docs only on a 3rd-party site's blog, which is why I posted the question and answer on Stack Overflow in case anyone else needed to know about it. – Kmeixner Aug 08 '13 at 13:31
-
1Is there a way I can get the domain of each of these merchants ? – Roch Aug 10 '13 at 00:04
-
1http://stackoverflow.com/questions/18160456/how-to-programmatically-get-a-list-of-my-linkshare-merchants-domains – Roch Aug 10 '13 at 09:17
-
is there a way I can get all products of these each merchant? – huykon225 Nov 18 '18 at 05:35