Skip to content

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

License

Notifications You must be signed in to change notification settings

shammelburg/EbayApiDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

.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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages