我是一名书籍销售商,在亚马逊有一个店面,在亚马逊以外还有另一家商店。我想在我的其他商店展示我的亚马逊书籍,并通过适当的链接直接通过亚马逊购买,这是否可以使用亚马逊MWS?任何使用PHP的示例?
答案 0 :(得分:1)
有可能。使用亚马逊MWS - 您需要将PHP与Amazon API一起使用 - 这样做并不完全复杂;但为亚马逊,eBay和Opencart制作插件,直接管理多个商务的上传和同步一直是社区管道。目前没有插件存在;免费或商业;你必须自己做。
1 - Make a new multi store in opencart.
2 - When adding products and assoc products to stores, make certain products available in your normal shop, and your amazon "multi store".
3 - In template files, if the product is on the multi store, pull the details and change the URL redirects with affiliate link and API link to Amazon cart.. it is a bit messy but for a quick solution..
替代方法是为opencart创建本机应用程序。
有人通过自由职业者网站做到了这一点;值得对他们说:
Google Cache of Mayoousa Amazon Store and Amazon Product Feed Integration PDF
或编辑它(或使用此代码库):