We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b148a5 commit 1eced08Copy full SHA for 1eced08
Source/FikaAmazonAPI.SampleCode/Program.cs
@@ -45,12 +45,8 @@ static async Task Main(string[] args)
45
MarketPlace = MarketPlace.GetMarketPlaceByID(config.GetSection("MWSAmazonAPI:MarketPlaceID").Value),
46
IsActiveLimitRate = true
47
});
48
- var code = codeAmazonConnection.Authorization.GetAuthorizationCode(new Parameter.Authorization.ParameterAuthorizationCode()
49
- {
50
- developerId = "673740111638",
51
- mwsAuthToken = "amzn.mws.f0b83c90-ac85-07fc-f35b-9b9021fcbcf3",
52
- sellingPartnerId = "A3J37AJU4O9RHK"
53
- });
+
54
55
var aha = amazonConnection.ProductType.SearchDefinitionsProductTypes(new Parameter.ProductTypes.SearchDefinitionsProductTypesParameter()
56
{
0 commit comments