如何使用亚马逊的API亚马逊增加产品?亚马逊、如何使用、产品、API

2023-09-11 11:03:33 作者:轻拂两袖风尘

我在做使用eBay和亚马逊的API项目。

I'm doing a project using ebay and amazon api.

我已经上传使用API​​产品给eBay沙箱。

I've uploaded products to ebay sandbox using the api.

但我搜索的API添加的产品在亚马逊的API。

but I searched for api to add products in amazon api.

有任何文件或引用办呢?

Is there any documentation or reference to do it?

请帮我解决这个问题。

Please help me solve this.

感谢

推荐答案

您必须使用亚马逊MWS API(它是不一样的AWS产品API),以便您的产品上传到亚马逊。 这里你可以看到,你需要了解MWS的一切。

You have to use the Amazon MWS API (it's not the same as AWS product API) in order to upload your products to Amazon. Here you can read everything you need to know about MWS.

有关特定的问题,你必须提交饲料,其中包含你要上传的产品数据。下面是关于亚马逊的进给机构中的文档和的饲料提交操作

For your particular problem, you'll have to submit a feed which contains the product data you want to upload. Here is the documentation about Amazon's feed mechanism and feed submit operation.

更新:

有进客户端库,与在code样品,对于C#,Java和PHP。 例如,如果你下载的Java客户端库,你会发现路径上的文件中一个很好的例子:的src \ COM \ amazonaws \ MWS \样本\ SubmitFeedSample.java 等

There are the feed client libraries, with the code samples, for C#, Java and PHP. For example, if you download the Java client library, you'll find a great example within the file on the path: src\com\amazonaws\mws\samples\SubmitFeedSample.java, etc.

如果您使用的是另一种语言,你必须写自己的code,但这种方法应该是简单的:你有一个WS终点(即的 https://mws.amazonservices.com ),你必须执行的 SubmitFeed 的反对操作。

If you are using another language, you'll have to write your own code, but the approach should be straightforward: you have a WS end-point (i.e. https://mws.amazonservices.com) and you have to execute the SubmitFeed operation against it.

饲料内容的XML示例

订阅内容的例子。