mashup for "shopping.com" and amazon APIs? - php

I am creating mashup website using amazon and shopping.com APIs. But I am not able to figure out how to get specific product, which is common on both the APIs? and how to display respective price?
How to Get specific product using amazon APIs as well as Shopping APIs?
My thoughts: for Amazon product search: Itemsearch using parameters like keywords and for shopping.com API i am thinking of using search by keyword. But the problem is I want to get specific product which is same as that of on the Amazon. Any suggestions
I am beginner in this.
Thanks.

Shopping.com has a API with documentation
http://developer.shopping.com/docs
You will need the Amazon Product Advertising API to get the Amazon search results
https://affiliate-program.amazon.co.uk/gp/advertising/api/detail/main.html
Hope this helps

Related

How to use eBay api to add our own products to sell on eBay using php?

I have a web application on which I am selling my own products. I want to implement the functionality of adding my products on eBay store using eBay API. I want to get the products from my database and upload that products to eBay if the admin clicks on 'Upload to eBay' button. how should I achieve this ? I read the API documentation of eBay, but got more confused after reading it. I don't know how to start, if I get any help with the demos than would be great.

How to get all product using amazon mws ListMatchingProducts api?

I am trying to get all product that are in my client's seller account. The problem is that Amazon MWS ListMatchingProducts api call returns a response of maximum 10 products. Actually I want to get all products that are in the seller's account. I have tried hard to find a solution for several days. Any helpful suggestion will be highly appreciated and thanked.
The ListMatchingProducts operation is part of the MWS Products API, which is meant to access information about products that are in the Amazon catalog, not listings that are in your seller account.
To access the listings in your seller account, you need to use the MWS Reports API. The list of report types related to listings is here.
Like Cosmo said, the ListMatchingProducts operation is used to query products in the Amazon catalog by known product identifiers like UPC, EAN, etc. and you cannot use it to query products in your own seller account. Check out the Inventory Report in the Reports API. If you use one of the client libraries, then most of the work is done for you. Just retrieve the report, then process the xml however you need to to get the data you want out of it.

how to get store product details using PHP SDK or amazon PAAPI

I want to get product details i.e. their name,desctiption/features,price,all images(small,medium, large, whichever available),parent category, attributes such as weight, color, etc from amazon.com.
Is this possible by any means?
I am developing a website in php(wordpress) that will show products from amazon.com
I came across amazon aws sdk for php and amazon PA API, but don't know how to use them to get what i want.
Also found Amazon-ECS-PHP-Library but don't don't know how to use it.
Can anyone tell me about any tutorial or any documentation or any kind of resourec that shows how to get the things that i want.
i am registered at amazon affiliate.I see the services available ( like EC2,S3 and other) but not aware of using them.
Please help.
The Product Advertising API falls under the Amazon Associates program, which is entirely separate from Amazon Web Services (AWS) which includes Cloud Computing solutions and server architecture.
The AWS SDK for PHP is for AWS, and does not include support for the Product Advertising API.
Since your question is about PHP and the PAAPI, let me move your question to the appropriate forum where you're more likely to get your question answered.

Retrieving an Amazon Store's List of products using PHP?

My apologies if this is a duplicate question, but I haven't come across anything that is of much help.
I am building a website for a client that is an index of their eBay and Amazon stores. This requires building a list of products that are currently in each. The eBay API has a GetSellerItems call that is simple enough, but I am having a harder time finding something similar in Amazon's AWS.
I've looked at the Product Advertising API briefly, but I am not convinced this is what I need.
Basically, how do I retrieve a list of a specific Amazon store's products with PHP?
Thanks for any leads or tips.
http://aws.amazon.com/code/Product-Advertising-API/4373 I think this is one of the most popular one's
There are also other php based libraries available at..
http://aws.amazon.com/code/Product%20Advertising%20API?_encoding=UTF8&jiveRedirect=1
I was best able to get the inventory of my store by registering with Amazon Marketplace Web Services (https://developer.amazonservices.com/) and using the reports API.

eBay managing listings via API

Using PHP5, how can I use the eBay API to set all my 2000+ eBay Store items on sale except for a specific set of 45 items?
I can't find a way to do this on eBay's website, and would prefer an API method so that I can simply exclude a specific brand from my query.
Looks like I found the answer:
SetPromotionalSale
SetPromotionalSaleListings

Categories