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

自古美人都是妖i 提交于 2019-12-12 04:39:19

问题


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.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/11589556/retrieving-an-amazon-stores-list-of-products-using-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!