使用亚马逊 MWS 作为电子商务解决方案

Using Amazon MWS as an e-commerce solution

我目前正在考虑使用亚马逊商城网络服务(MWS,https://developer.amazonservices.com/)作为客户网站的电子商务解决方案。

我们将把这个客户的产品放在亚马逊上,我对 MWS 的问题如下:

我一直在阅读 MWS 文档和概述页面,似乎 MWS 可以满足我的一切需求,我只是觉得如果能收到之前与 MWS 合作过的人的验证就好了。

提前致谢。

Is it possible to pull products from an Amazon Seller Account onto a non-Amazon seller website using MWS?

是的。 您可以使用 MWS "download" 来自亚马逊的数据。我自己还没有这样做(我所做的所有集成都是相反的),但看起来,如果你通过报告 API.[=17 来做到这一点,可能会有 considerable lag =]

Is it possible to submit orders for those products on the non-Amazon seller website and have Amazon do all the payment processing and shipping?

是。 对于付款处理,请查看 Amazon's payment solutions,它们不是 MWS 的一部分。可以使用 FBA(亚马逊物流)调用通过 MWS 完成运输,例如 CreateFulfillmentOrder.

Following the previous question, would it be possible to receive shipping updates for products customers order through this non-Amazon seller website?

是的。您至少可以从亚马逊获得一些 FBA 货件的运输和跟踪信息,请参阅 GetPackageTrackingDetails。我不确定随附的跟踪号码是否始终有效——这很可能取决于您所在的国家/地区/其他因素。根据您需要的详细程度,您可能还必须与该运输服务的 API 集成。