ebay-unofficial/ebay-api

Get seller information on list page

Opened this issue · 1 comments

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.

Updated description