I need a simple little desktop app that will allow me to instantly remove (delete) any single individual listing from my Amazon seller accounts.
The interface will be simple: one text input box, where I enter an ASIN. The I have the choice to either remove the item from “All Sites” (this will remove/delete this item from my Amazon stores on all Amazon sites on which I sell (Amazon.com, Amazon.ca, etc….) or, I can select to have this ASIN removed from just one specific Amazon site.
The app, will have an Options menu, where I can enter, and save my Amazon logins for each site, so that I won’t have to enter it every time I use the program (I presume, as you’ll make this run through Amazon API, my email and password login won’t be required, and isntead my Amazon secret key, will be used- if that’s the case, I want the Options menu to enable me to enter/save this data). I don’t want the Amazon login part of it to be hard coded (so I can use the app in the future if I change Amazon accounts/logins, etc).
This shouldn’t be difficult for anyone familiar with Amazon API (The app will simply take my input (an ASIN), then put it into the standard Amazon Price and Quantity template file (setting the quantity to “0”) for that item, and upload the file automatically to the specified Amazon sites.
For reference, I am using a 64bit Windows based laptop. I really want this to be a tiny little application/GUI, as small as possible- just something that can sit and run in the background on my laptop- and if I occasionally need to remove some items one by one, this will do the quick trick without me needing to log in to Amazon manually.
On second thought… I’d like the option to paste (input) several ASINs at once, if… sometimes, I’d like to remove a few items at the same time.
