Home > .NET, XML > Ebay Motors Api – Asp.net

Ebay Motors Api – Asp.net

July 12th, 2009

I need a simple set of aspx web pages that can post a used automobile to eBay Motors using their API.

I have a database of used cars and I want to add a button to their edit pages that says “Post to eBay” so we don’t have to copy and paste etc each vehicle.

The function should accept all fields that will be posted to eBay Motors so I can wrap it in the Page_Load function and use Request.Params or a DataRow to pass variables to the function.


Ebay Motors Api - Asp.net

Comments are closed.
Bear