I just loaded my initial set of products and set the inventory levels. It’s all very easy for the first handful … then gets tedious over time and becomes more likely to make a mistake.
It looks like my process every month is going to be:
- Archive all of the products from last month (one at a time)
- Fetch the 60-90 new products from about 30 pages (one at a time)
- Update the inventory level for each of the new products (one at a time).
It would be greatly helpful and appreciated to be able to submit a CSV that contain a list of the product ID, the product name, the product price, the product description, and the starting inventory amount. Perhaps you want to load other parameters, too, but this would be a wonderful starting point.
And an Archive All button would be very useful.