亚马逊商城 API

发布于 2024-12-09 13:05:21 字数 1434 浏览 5 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

流心雨 2024-12-16 13:05:21

我使用过的提交 Amazon Marketplace 产品 Feed 的主要步骤是:

  • 使用 SubmitFeed 方法以 CSV 或 XML 格式将 Feed 上传到 Amazon。
  • 使用 GetFeedSubmissionList 方法获取当前提交的列表及其“FeedProcessingStatus”。
  • 继续轮询此方法,FeedProcessingStatus 将从“SUBMITTED”更改为“IN_PROGRESS”再更改为“DONE”。
  • 使用 GetFeedSubmissionResult 方法获取 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:

  • 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/

(Full disclosure: I work at Temboo)

疯了 2024-12-16 13:05:21

有几种方法可以将产品上传到亚马逊。前面提到的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文