Exeu/Amazon-ECS-PHP-Library

get bestsellers list

Closed this issue · 2 comments

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?