mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 14:37:16 +00:00
Amazon inventory ledger testing and implementation
Tested what I can until more data for the Amazon Ledger Detail table comes in
This commit is contained in:
@@ -50,12 +50,12 @@ namespace bnhtradeScheduledTasks
|
||||
Console.WriteLine("<1> Start nightly tasks");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("<2> Update FBA Inventory Data");
|
||||
Console.WriteLine("<3> Update FBA Inventory Age Data");
|
||||
Console.WriteLine("<3> Update FBA Inventory Ledger Data (new)");
|
||||
Console.WriteLine("<4> Update Amazon Settlement Data");
|
||||
Console.WriteLine("<5> Update Fba Inventory Receipt Data");
|
||||
Console.WriteLine("<5> (depreciated) Update Fba Inventory Receipt Data");
|
||||
Console.WriteLine("<6> Update Fba Sale Shipment Data");
|
||||
Console.WriteLine("<7> Update Fba Return Data");
|
||||
Console.WriteLine("<8> Update Fba Adustment Data");
|
||||
Console.WriteLine("<8> (depreciated) Update Fba Adustment Data");
|
||||
Console.WriteLine("<9> Update Fba Removal Order Data");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine("<0> Back");
|
||||
@@ -84,7 +84,7 @@ namespace bnhtradeScheduledTasks
|
||||
else if (input == "3")
|
||||
{
|
||||
Console.Clear();
|
||||
new bnhtrade.Core.Logic.Import.AmazonFbaInventoryAge().SyncDatabaseWithAmazon();
|
||||
new bnhtrade.Core.Logic.Import.AmazonFbaInventoryLedgerDetail().SyncDatabaseWithAmazon();
|
||||
Console.WriteLine("Complete, press any key to continue...");
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user