Skip to content

Question about fetching all products of a seller. #195

@vikramdhanjal

Description

@vikramdhanjal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions