Posts

Showing posts from February, 2017

Amazon Product Advertising API Integration Advance - Fetch Top Seller Products

Amazon Product Advertising API Integration Advance - Fetch Top Seller Products Hopefully you are ready with all prerequisite for integrating Amazon Product Advertising API as per our Amazon Product Advertising API integration Basics We are now going to demonstrate how you can implement functionality to get/fetch the top seller Items/Products from Amazon Product Base as per your specified parameters for country, category, browse node /* * This function will give you first 10 top seller items of specific category */ function getTopSellerItems( $catType = "" ) {     global $amazonEcs;     $allTopSellerASINs = array();     // Where AWS_CAT_NODE_ALL_MOBILES is specific category node id     $topSellerFor[AWS_CAT_NODE_ALL_MOBILES] = 'mobile';            try {         foreach ($topSellerFor as $topSeller => $typeKey) {                                 // Call to fetch top sellers                 // BrowseNodeLookup responseGroup may have many different possible optio

Amazon Product Advertising API integration Basics

Image
Amazon Product Advertising API Integration Basics Product Advertising API helps to advertise Amazon products using product search, look up, product information and features such as Customer Reviews, Similar Products, Wish Lists and New and Used listings.  You can use the Product Advertising API to advertise Amazon products in conjunction with the Amazon Associates program which is widely available over many countries where Amazon is operating its services. Before going further to the product advertising API implementation process there are some prerequisite which need to be taken into consideration (I am considering Country US and Technology PHP ):   1-     Product advertising API    2-     You can signup here (signup button in product advertising API) using your affiliate account credentials to get the below credentials :  After login click on the Manage Your Account and follow the instruction ahead. AWS_API_KEY - Amazon API key AWS_API