使用C#亚马逊的市场网络服务(亚马逊MWS) [英] amazon marketplace web service (amazon mws) using c#

查看:1666
本文介绍了使用C#亚马逊的市场网络服务(亚马逊MWS)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我研究过亚马逊的市场从https://developer.amazonservices.co.uk/ [^]

I studied about amazon marketplace from https://developer.amazonservices.co.uk/[^]

我想了解更多详细介绍一下使用这个服务亚马逊加入产品。

I want to learn more in detail about adding product in amazon using this service.

会出现什么措施来增加产品在亚马逊,我会要求一个列表从亚马逊产品然后添加或可以直接添加(因为我知道我们不能在创建亚马逊的新产品)

what will the steps to add product in amazon, will I required first list the products from amazon then add or can add directly(as i know we cant create new product in amazon)

文档不被清除,我们也没有任何一种测试测试环境。

The documentation is not cleared, and we have not any kind of testing environment for test.

如果您有任何有用的链接,请提供给我..

If you have any helpful link please provide me..

推荐答案

为了使用亚马逊Web服务市场(MWS),您将需要一个的临商户卖家账户,亚马逊网上商店账户,结算亚马逊帐户或亚马逊的产品广告帐户。临商人或专业卖家帐户目前售价为 25.00£每月 $ 39.99美元。然后报名通过点击的MWS < STRONG>注册MWS 是在按钮 http://developer.amazonservices.co.uk/ (或适合您的里根)。

In order to use Amazon Marketplace Webservices (MWS) you will need a Pro Merchant seller account, an Amazon WebStore account, a Checkout by Amazon account, or an Amazon Product Ads account. The Pro Merchant or Professional Sellers account is currently priced at £25.00 or $39.99 USD per month. Then sign up for MWS by clicking the Sign up for MWS button at http://developer.amazonservices.co.uk/ (or appropriate for your reagon).

这是我的理解是通过调用亚马逊卖家服务你可以得到一个沙箱MWS账户,虽然我从来没有用过的。

It is my understanding that by calling Amazon Seller Service you can get a "sandboxed" MWS account, although I've never used that.

一旦这样设置,你有两个选择:

Once that's set up, you have two options:


  1. 与您的产品信息,创建一个制表符分隔文本饲料(称为平面文件)

  2. 创建多个XML饲料(主要是四个:产品,价格,库存和图片)

一旦这样做了,您使用以下API调用:

Once that's done, you use the following API calls:


  1. SubmitFeed将数据发送到Amazon并把它在处理队列(你需要,如果使用XML格式,这个多次调用)

  2. 来看看GetFeedSubmissionList如果它处理

  3. GetFeedSubmissionResult看看是否有什么地方出了错

如果使用得当,使用上面的API可以完全自动化亚马逊创造新产品,您的数据链接到现有产品的过程中(通过链接到同一ASINs,EANS,的UPC或ISBN编号),以及不断变化的图片,价格及库存。

If done right, using above APIs can completely automate the process of creating new products on Amazon, linking your data to existing products (by linking to the same ASINs, EANs, UPCs or ISBNs) as well as changing images, prices and inventory.

亚马逊开发者网站上有C#示例客户端code你一起玩。其他有用的参考:

The Amazon Developer site has C# sample client code for you to play with. Other useful reference:

  • Amazon Marketplace Web Service Feeds API Section Reference
  • Selling on Amazon Guide to XML

这篇关于使用C#亚马逊的市场网络服务(亚马逊MWS)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆