MwsFeeds
在亚马逊 MWS 中使用 Feed 的代码示例
###示例用法
下载压缩包
压缩文件解压
启动 Visual Studio
读取解决方案文件
打开 CommonValue.cs 文件
编辑设置信息
解决方案构建
执行
###设置信息
public static string strAccessKeyId = " Amazon MWS Access Key ID " ;
public static string strSecretKeyId = " Amazon MWS Secret Key ID " ;
public static string strMerchantId = " Seller ID " ;
public static string strMarketplaceId = " Marketplace ID " ;
public static strin
2021-09-08 17:39:20
15KB
C#
1