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

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

问题描述

我从 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..

推荐答案

为了使用 Amazon Marketplace Webservices (MWS),您需要一个 Pro Merchant 卖家账户、亚马逊网上商店账户、亚马逊结账账户或亚马逊产品广告账户.Pro Merchant 或 Professional Sellers 帐户目前的定价为 £25.00$39.99 USD 每月.然后通过点击注册 MWShttp://developer.amazonservices.co.uk/上注册 MWS 按钮a>(或适用于您所在的地区).

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 region).

据我了解,通过致电亚马逊卖家服务,您可以获得一个沙盒"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 将您的数据发送到亚马逊并将其放入处理队列(如果使用 XML 格式,您将需要多次调用它)
  2. GetFeedSubmissionList 以查看是否已处理
  3. GetFeedSubmissionResult 以查看是否有任何问题

如果操作正确,使用上述 API 可以完全自动化在亚马逊上创建新产品、将您的数据链接到现有产品(通过链接到相同的 ASIN、EAN、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.

Amazon Developer 站点提供 C# 示例客户端代码供您使用.其他有用的参考资料:

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

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

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