ebay-unofficial / ebay-api

Unofficial ebay-api
http://ebay.timkilian.pl/api/
MIT License
5 stars 3 forks source link

Get seller information on list page #16

Open tim-kilian opened 5 years ago

tim-kilian commented 5 years ago

Use case

When you go on Customize in the right corner of the list page you can check to see quick seller information with name, starts and positive feedback in the list page. It is a setting that is set in the cookies of ebay.

Possible problems

Since the cookies are not really readable, its required to check which property triggers the seller information in the list. Another question will be how we can set the cookies in Java, so our http client can read the values. Maybe it is also stored in some JavaScript and the cookie is not really required at all.

tim-kilian commented 5 years ago

Updated description