gpt4 book ai didi

c# - 亚马逊产品广告 API C#

转载 作者:太空狗 更新时间:2023-10-29 20:00:09 25 4
gpt4 key购买 nike

谁能告诉我使用亚马逊产品广告 API 的 C# 示例,例如查找商品。由于更改,我发现的所有内容现在都不起作用。

谢谢!

编辑:

最常见的错误是“消息正文序列化失败:ItemSearchRequest1 无法创建临时类”

最佳答案

您可以使用以下 nuget包。

PM> Install-Package Nager.AmazonProductAdvertising

搜索示例

var authentication = new AmazonAuthentication();
authentication.AccessKey = "accesskey";
authentication.SecretKey = "secretkey";

var client = new AmazonProductAdvertisingClient(authentication, AmazonEndpoint.DE);
var result = await client.SearchItemsAsync("canon eos");

关于c# - 亚马逊产品广告 API C#,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10472622/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com