从Amazon Storefront获取产品库存[关闭]

问题描述 投票:2回答:1

我是一名书籍销售商,在亚马逊有一个店面,在亚马逊以外还有另一家商店。我想在我的其他商店展示我的亚马逊书籍,并通过适当的链接直接通过亚马逊购买,这是否可以使用亚马逊MWS?任何使用PHP的示例?

php amazon opencart amazon-mws
1个回答
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

或者编辑它(或使用此代码库):

eBay for OpenCart

eBay for OpenCart Demo

ebay for Opencart Module on Opencart

Amazon S3 module for opencart

Amazon Payments module for Opencart

© www.soinside.com 2019 - 2024. All rights reserved.