The CSV support is going to be for exporting the itemData from our database to use with external services that can import CSV files
checkRevisedItems will check a dateRange and return a list containing the ItemIDs that need to be fetched again wigh getItems because they were revised in some way
switchDateRange - More abstractions to other functions - This is because we use that specific switch statement multiple times now
Give the setDateRange function the ability to chose an arbitrary date to start at, defaulting to today
Parallel will help us dump and update a lot of information at once in the future
The original implementation could only search for items that end in a specific date range
This makes it so that we can select between a start range, modified range, or the default end range
The override could probably use some work as there is currently nothing checking sellerList for any other types and there can only be one
The original implementation could only search for items that end in a specific date range
This makes it so that we can select between a start range, modified range, or the default end range
The override could probably use some work as there is currently nothing checking sellerList for any other types and there can only be one