mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
Added option to update Amazon removal order report via console application
This commit is contained in:
@@ -67,6 +67,7 @@ namespace bnhtradeScheduledTasks
|
||||
Console.WriteLine("<6> Update Fba Sale Shipment Data");
|
||||
Console.WriteLine("<7> Update Fba Return Data");
|
||||
Console.WriteLine("<8> Update Fba Adustment Data");
|
||||
Console.WriteLine("<9> Update Fba Removal Order Data");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("<0> Back");
|
||||
Console.WriteLine("");
|
||||
@@ -142,6 +143,14 @@ namespace bnhtradeScheduledTasks
|
||||
Console.WriteLine("Complete, press any key to continue...");
|
||||
Console.ReadKey();
|
||||
}
|
||||
else if (input == "9")
|
||||
{
|
||||
Console.Clear();
|
||||
var task = new AmazonReport();
|
||||
task.UpdateFbaRemovalOrderReport(sqlConnectionString);
|
||||
Console.WriteLine("Complete, press any key to continue...");
|
||||
Console.ReadKey();
|
||||
}
|
||||
} while (true);
|
||||
}
|
||||
else if (input == "2")
|
||||
|
||||
Reference in New Issue
Block a user