亚马逊的市场API [英] Amazon Marketplace API

查看:408
本文介绍了亚马逊的市场API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我期待亚马逊的市场网络服务是任何其他Web服务一样简单,但它不是....

I was expecting amazon marketplace web service to be as simple as any other web service but it is not....

似乎有一点点关于市场上的产品信息源,并且可以在任何一个可以帮助我如何从上传的新产品开始(一步一步,因为我是新来这个),以及在C#.NET更新在未来的数量或价格到亚马逊

There seems to be a tiny bit of information about marketplace product feeds, and could any one help me on how to start from uploading a new product(step by step-as i am new to this),and also updating the quantity or price in future onto amazon in C#.net

如果任何人都可以给一个简短的总结,我会非常感激。所有我想要做的就是我有显示产品列表的网站。我需要通过使用C#.NET他们的API之一,这个列表发送到亚马逊的显示。挖后,我觉得市场的Web服务是适当的,但我没有看到任何WSDL URL上传产品info.Please帮助。

If anyone can give a short summary, I'd be very grateful. All I want to do is I have a web site which displays a list of products. I need to send this list onto amazon for display through one of their API using C#.net. After digging I felt like Marketplace Web Service is appropriate but I dont see any wsdl url to upload the product info.Please help.

推荐答案

提交,我已经使用了亚马逊的市场产品供给的主要步骤如下:

The main steps for submitting an Amazon Marketplace product feed that I've used are:


  • 使用SubmitFeed方法上载饲料亚马逊在CSV或XML。

  • 使用GetFeedSubmissionList方法来获取当前提交的材料和他们的FeedProcessingStatus列表中。

  • 继续查询该方法该FeedProcessingStatus将从提交到IN_PROGRESS来完成更改。

  • 使用GetFeedSubmissionResult方法来获取饲料加工摘要。

  • Use the SubmitFeed method to upload the feed to Amazon in CSV or XML.
  • Use the GetFeedSubmissionList method to get the list of current submissions and their 'FeedProcessingStatus'.
  • Continue to poll this method and the FeedProcessingStatus will change from 'SUBMITTED' to 'IN_PROGRESS' to 'DONE'.
  • Use the GetFeedSubmissionResult method to get the Feed Processing Summary.

Temboo对亚马逊的市场一个好的图书馆,实际上链这些步骤在一起,所以它可以是一个节省时间。该Temboo软件开发工具包可用于使用Java,Python,PHP和Ruby,Node.js的,Android版和iOS。你可以看看这里: https://www.temboo.com/library/Library/Amazon/Marketplace/

Temboo has a good library for Amazon Marketplace which actually chains these steps together, so it can be a time saver. The Temboo SDKs are available for JAVA, Python, PHP, Ruby, Node.js, Android, and iOS. You can check it out here: https://www.temboo.com/library/Library/Amazon/Marketplace/

(全面披露:我在工作Temboo)

(Full disclosure: I work at Temboo)

这篇关于亚马逊的市场API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆