File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Source/FikaAmazonAPI.SampleCode Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,9 @@ static async Task Main(string[] args)
25
25
IsDebugMode = true
26
26
} , loggerFactory : factory ) ;
27
27
28
+ FeedsSample feedsSample = new FeedsSample ( amazonConnection ) ;
29
+ // _ = feedsSample.SubmitFeedPRICING_JSONAsync("B087YHP3HQ.151", 131.77M, 67.70M, 131.77M);
28
30
29
- ReportManagerSample reportManagerSample = new ReportManagerSample ( amazonConnection ) ;
30
- reportManagerSample . CallReport ( ) ;
31
- //var error = amazonConnection.Reports.CreateReportAndDownloadFile(Utils.Constants.ReportTypes.GET_STRANDED_INVENTORY_UI_DATA);
32
- //var dddd = amazonConnection.Reports.CreateReportAndDownloadFile(Utils.Constants.ReportTypes.GET_FBA_MYI_ALL_INVENTORY_DATA);
33
- //var dddd = amazonConnection.Reports.CreateReportAndDownloadFile(Utils.Constants.ReportTypes.GET_FBA_MYI_UNSUPPRESSED_INVENTORY_DATA);
34
- //ReportManager reportManager = new ReportManager(amazonConnection);
35
-
36
- //var dddddd = reportManager.GetAFNInventoryQtyAsync().ConfigureAwait(false).GetAwaiter().GetResult();
37
31
38
32
Console . ReadLine ( ) ;
39
33
You can’t perform that action at this time.
0 commit comments