get bestsellers list
Closed this issue · 2 comments
SergeC commented
Hi, thank for a grate lib.
How can I get a list of bestsellers?
Thanks
daemkl commented
thats actually kind of easy:
$response = $amazonEcs->responseGroup('BrowseNodeInfo,TopSellers')->browseNodeLookup(569604);
var_dump($response);
add the browseNodeID to browseNodeLookup for which you want to get the top10 bestsellers for.
Exeu commented
can i close this one?