The main steps for submitting an Amazon Marketplace product feed that I've used are:
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 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/
有几种方法可以将产品上传到亚马逊。前面提到的 Marketplace Web 服务和 AMTU(亚马逊商业运输实用程序)。 AMTU 版本 2 基于 MWS。
无论您选择哪种方法,您仍然需要将 feed 格式化为 XML 或平面文件格式。 XML 和平面文件格式的 xsd 均已记录,并且可通过您的卖家帐户获取这些示例。
There are a few ways to upload products to amazon. The Marketplace web service as mentioned and the AMTU, amazon merchant transport utility. Version 2 of AMTU is based on MWS.
Regardless of the method you choose you will still have to format feeds in XML or flat file format. The xsd's for XML and flat file formats are documented and samples of these are available through your seller account.
发布评论
评论(3)
在此处使用 amazon C# 客户端库: https://developer.amazonservices.com/gp/mws/api.html/180-1400280-4320051?ie=UTF8§ion=feeds&group=bde&version=latest
Use the amazon C# client library here: https://developer.amazonservices.com/gp/mws/api.html/180-1400280-4320051?ie=UTF8§ion=feeds&group=bde&version=latest
我使用过的提交 Amazon Marketplace 产品 Feed 的主要步骤是:
Temboo 有一个很好的 Amazon Marketplace 库,它实际上将这些步骤链接在一起,因此可以节省时间。 Temboo SDK 适用于 JAVA、Python、PHP、Ruby、Node.js、Android 和 iOS。您可以在这里查看:https://www.temboo.com/library/Library/Amazon/Marketplace/
(全面披露:我在 Temboo 工作)
The main steps for submitting an Amazon Marketplace product feed that I've used are:
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/
(Full disclosure: I work at Temboo)
有几种方法可以将产品上传到亚马逊。前面提到的 Marketplace Web 服务和 AMTU(亚马逊商业运输实用程序)。 AMTU 版本 2 基于 MWS。
无论您选择哪种方法,您仍然需要将 feed 格式化为 XML 或平面文件格式。 XML 和平面文件格式的 xsd 均已记录,并且可通过您的卖家帐户获取这些示例。
There are a few ways to upload products to amazon. The Marketplace web service as mentioned and the AMTU, amazon merchant transport utility. Version 2 of AMTU is based on MWS.
Regardless of the method you choose you will still have to format feeds in XML or flat file format. The xsd's for XML and flat file formats are documented and samples of these are available through your seller account.