CMS365.EbaySharp 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package CMS365.EbaySharp --version 1.0.2
NuGet\Install-Package CMS365.EbaySharp -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CMS365.EbaySharp" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CMS365.EbaySharp --version 1.0.2
#r "nuget: CMS365.EbaySharp, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CMS365.EbaySharp as a Cake Addin
#addin nuget:?package=CMS365.EbaySharp&version=1.0.2

// Install CMS365.EbaySharp as a Cake Tool
#tool nuget:?package=CMS365.EbaySharp&version=1.0.2

EbaySharp: A .NET wrapper library for eBay REST API.

NuGet version GitHub last commit (main) NuGet Downloads Build status license

EbaySharp is a .NET library that enables you to authenticate and make REST API calls to eBay. It's used for creating listings and managing orders using C# and .NET

Installation

EbaySharp is available on NuGet. Use the package manager console in Visual Studio to install it:

Install-Package CMS365.EbaySharp

API support

EbaySharp version eBay REST API version Build versions
1 Taxonomy Taxonomy API v1.0.1 0

EbaySharp currently supports the following Facebook Graph APIs:

Access and Security

You will need Clinet ID and Client Secret to genertae an access token. Visit https://developer.ebay.com/my/keys and create both. Execute following lines and you will get ClientCredentials object which contains the access token.

IdentityController identityController = new IdentityController();
ClientCredentials creds = await identityController.GetClientCredentials(YOUR CLINET ID, YOUR CLIENT SECRET);

We have now got an access token which will be used to call other functions.

Using the EbaySharp

Initialize the instance with the access token.

EbayController ebayController = new EbayController(creds.AccessToken);

Taxonomy

You can see a list of all eBay methods here https://developer.ebay.com/api-docs/commerce/taxonomy/resources/methods

Get default category tree id

CategoryTree categoryTree = await ebayController.GetDefaultCategoryTreeId([marketplace_id]);

Please visit https://developer.ebay.com/api-docs/commerce/taxonomy/static/supportedmarketplaces.html for supported market places.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.5.1 97 3/22/2024
6.5.0 85 3/1/2024
6.4.0 91 2/17/2024
6.3.0 82 2/14/2024
6.2.1 90 2/2/2024
6.2.0 73 2/2/2024
6.1.0 73 1/29/2024
6.0.1 79 1/27/2024
6.0.0 76 1/26/2024
1.0.10 77 1/25/2024
1.0.9 78 1/23/2024
1.0.8 72 1/22/2024
1.0.7 73 1/22/2024
1.0.6 70 1/22/2024
1.0.5 73 1/22/2024
1.0.4 73 1/19/2024
1.0.3 101 1/14/2024
1.0.2 89 1/13/2024
1.0.1 581 1/13/2024