Skip to content

Commit eb60796

Browse files
committed
merge
1 parent 6b7482a commit eb60796

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Source/FikaAmazonAPI.SampleCode/Program.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,9 @@ static async Task Main(string[] args)
2525
IsDebugMode = true
2626
}, loggerFactory: factory);
2727

28+
FeedsSample feedsSample = new FeedsSample(amazonConnection);
29+
// _ = feedsSample.SubmitFeedPRICING_JSONAsync("B087YHP3HQ.151", 131.77M, 67.70M, 131.77M);
2830

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();
3731

3832
Console.ReadLine();
3933

0 commit comments

Comments
 (0)