Pull Data From Ebay
I need a program to do the following
Pull a localsku from my mssql database, inventory table, send this localsku to ebay and
1) if the item is found and not in my inventorysuppliers table, then add it. I need the price, and shipping cost downloaded
2) If the item is not found in my inventorysuppliers table, then I need to update the costs..
3) If the item is not found on ebay, then update my inventorysuppliers table saying the item isnt available.
I need the cheapes 3 copies saved for every type.
Need the prices downloaded for new, and the various used types. Most items are books, but some dvds music etc..
Sample item
http://www.ebay.com/ctg/Heaven-Real-Colton-Burpo-Sonja-Burpo-Todd-Burpo-2010-Paperback-/84470251?_npmv=3&_pcatid=4&_trksid=m570&_rdc=1
I will provide the SQL queries for you. Not in a huge hurry to have it done, price is primary concern is program speed, along with program stability, i.e. make sure its not a memory hog.



