I want to fetch all products of a seller. Could you write an example for that?
I tried to write using your classes and functions but getting different errors every time.
$amz=new AmazonProductList("storename");
$amz->setMarketplace('marketplaceid');
$amz->parseXML();
return $amz->getProduct();
Fatal error: Call to protected method AmazonProductsCore::parseXML() from context '' in /filepath/examples/productsCore.php on line 35