folding / eBay-API-.NET

Examples of using the eBay API with .NET and a C# Console Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET eBay API Examples

Examples of using the eBay API with .NET and a C# Console Application

Set your Sandbox KeySet (below) credentials in the App.Config file.

  • AppID
  • CertID
  • DevID
  • AuthToken

The default settings are set to use for UK eBay.

eBayCalls.cs
  • Initialise eBay call for every request.
eBayItem.cs

This class gives you 3 methods.

  • Verifying AddItemRequest
  • AddItemRequest
  • GetItemrequest
eBayCategory.cs

This class gives you 5 methods.

  • GetTopLevelCategories
  • GetLevel2Categories
  • GetCategoryFeatureRequest
  • GeteBayDetailsRequest
  • GetAllCategoriesRequest

About

Examples of using the eBay API with .NET and a C# Console Application

License:MIT License


Languages

Language:C# 100.0%