Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about fetching all products of a seller. #195

Open
vikramdhanjal opened this issue Nov 7, 2019 · 0 comments
Open

Question about fetching all products of a seller. #195

vikramdhanjal opened this issue Nov 7, 2019 · 0 comments

Comments

@vikramdhanjal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant