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 66b1a30 commit 81dc4e3Copy full SHA for 81dc4e3
Source/FikaAmazonAPI.SampleCode/Program.cs
@@ -32,12 +32,7 @@ static async Task Main(string[] args)
32
IsActiveLimitRate = true
33
});
34
35
- var sss = amazonConnection.Authorization.GetAuthorizationCode(new Parameter.Authorization.ParameterAuthorizationCode()
36
- {
37
- developerId = "673740111638",
38
- mwsAuthToken = "amzn.mws.f0b83c90-ac85-07fc-f35b-9b9021fcbcf3",
39
- sellingPartnerId = "A3J37AJU4O9RHK"
40
- });
+
41
42
ReportManager reportManager2 = new ReportManager(amazonConnection);
43
var products2 = await reportManager2.GetProductsAsync(); //GET_MERCHANT_LISTINGS_ALL_DATA
0 commit comments