通过 Amazon Merchant Web Services 发送平面文件源

发布于 2024-11-05 11:23:13 字数 503 浏览 6 评论 0原文

我们正在 ERP 解决方案和亚马逊卖家中心之间创建一个接口。 该接口是使用亚马逊MWS将新产品上传到亚马逊,即该产品尚未为亚马逊“所知”,应该添加,因为我们的客户正在销售它。目前,我们的客户正在使用亚马逊提供的 Excel 模板,并将其手动上传到卖家中心网站上。

我们目前已经有了一个使用 AMTU 的类似解决方案,但我们想重写它,这样我们就不必再依赖 AMTU 了。

阅读了 feed XSD 上的文档后,我当然能够创建相应的 XML 文件并通过 MWS 上传它们。然而,出于好奇,我还尝试上传制表符分隔的平面文件。这导致亚马逊处理该文件并返回一个平面文件,告诉我成功或错误。

我的问题是:

  1. 是否可以使用平面文件而不是 XML 文件在亚马逊产品目录中添加/更新/删除产品,即使根据文档,它们仅用于更新卖家的列表(价格、数量)可用等)?
  2. 这会是一个“永久”功能吗?我的意思是:如果我让我的界面上传平面文件,我是否必须在几个月内再次更改它 - 是否有任何已知的日期上传平面文件将被弃用?

we are creating an interface between an ERP solution and Amazon Seller Central.
The interface is to use the Amazon MWS to upload new products to Amazon, i.e. the product is not yet "known" to Amazon and it should be added, as our customer is selling it. At the moment, our customer is using the Amazon-provided Excel templates, uploading them manually on the Seller Central web site.

We currently already have a similar solution that uses AMTU, but we want to rewrite this, so we don't have to rely on AMTU anymore.

Having read the documentation on the feed XSDs, I'm of course able to create the respective XML files and upload them through MWS. Out of curiousity, however, I also tried uploading a tab delimited flat file. This resulted in Amazon processing the file and returning a flat file that told me about success or errors.

My questions are:

  1. Is it possible to use flat files instead of XML files to add/update/remove products to/from the Amazon product catalog even though they are, according to the docs, only meant to update the seller's listings (price, quantity available, etc.)?
  2. Will this be a "permanent" feature? I mean: If I make my interface upload flat files, will I have to change it again in a few months - is there any known date when uploading flat files will be deprecated?

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

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

发布评论

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

评论(1

很快妥协 2024-11-12 11:23:13

我从亚马逊得到消息。他们基本上说使用平面文件上传是可能的,并且将来也是可能的,尽管 XML 是“新的”且推荐的方式。

I got word from Amazon. They basically say that using Flat File uploads is possible and will be possible in the future, even though XML is the "new" and recommended way.

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