EbayClient 0.1.4

dotnet add package EbayClient --version 0.1.4
                    
NuGet\Install-Package EbayClient -Version 0.1.4
                    
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="EbayClient" Version="0.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EbayClient" Version="0.1.4" />
                    
Directory.Packages.props
<PackageReference Include="EbayClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EbayClient --version 0.1.4
                    
#r "nuget: EbayClient, 0.1.4"
                    
#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.
#addin nuget:?package=EbayClient&version=0.1.4
                    
Install as a Cake Addin
#tool nuget:?package=EbayClient&version=0.1.4
                    
Install as a Cake Tool

Ebay Client

master NuGet version (EbayClient)

This is an unofficial SDK to help people target more modern versions of .NET whilst also providing the same kind of functionality as the official (and might I add, old) SDK's provided by eBay that target .NET Framework.

This SDK allows for cross platform applications to be written such as those that can be deployed to the cloud for SaaS.

Contributions are welcome.

Coding Pattern

For this project, each endpoint lives under a "feature". A feature is created following the CQS (Command Query Seperation) pattern.

Usage

GetSellerTransactions

var ebay = new EbayClient.EbayContext(new EbayCredentials
{
    AuthToken = "",
    SiteId = 3,
    EnvironmentType = EbayCredentials.Environment.Production
});

var sellerTransactions = await ebay.GetSellerTransactionsService.GetSellerTransactions(new Query
{
    GetSellerTransactionsRequest = new EbayClient.Features.GetSellerTransactions.Models.GetSellerTransactionsRequest
    {
        ErrorLanguage = "en_US",
	WarningLevel = "High",
	IncludeFinalValueFee = true,
	IncludeContainingOrder = true,
	ModTimeFrom = DateTime.UtcNow.AddHours(-5),
	ModTimeTo = DateTime.UtcNow,
	Pagination = new EbayClient.Features.GetSellerTransactions.Models.Pagination
	{
	    EntriesPerPage = 25,
	    PageNumber = 1
	}
    }
});

API's Implemented

  • Trading API
    • AddDispute
    • AddDisputeResponse
    • AddFixedPriceItem
    • AddItem
    • AddItems
    • AddMemberMessageAAQToPartner
    • AddMemberMessageRTQ
    • AddMemberMessagesAAQToBidder
    • AddOrder
    • AddSecondChanceItem
    • AddToItemDescription
    • AddToWatchList
    • AddTransactionConfirmationItem
    • CompleteSale
    • ConfirmIdentity
    • DeleteMyMessages
    • DisableUnpaidItemAssistance
    • EndFixedPriceItem
    • EndItem
    • EndItems
    • ExtendSiteHostedPictures
    • FetchToken
    • GetAccount
    • GetAdFormatLeads
    • GetAllBidders
    • GetApiAccessRules
    • GetBestOffers
    • GetBidderList
    • GetCategories
    • GetCategoryFeatures
    • GetCategoryMappings
    • GetCategorySpecifics
    • GetChallengeToken
    • GetCharities
    • GetClientAlertsAuthToken
    • GetContextualKeywords
    • GetDescriptionTemplates
    • GetDispute
    • GeteBayDetails
    • GeteBayOfficialTime
    • GetFeedback
    • GetItem
    • GetItemsAwaitingFeedback
    • GetItemShipping
    • GetItemTransactions
    • GetMemberMessages
    • GetMessagePreferences
    • GetMyeBayBuying
    • GetMyeBayReminders
    • GetMyeBaySelling
    • GetMyMessages
    • GetNotificationPreferences
    • GetNotificationsUsage
    • GetOrders
    • GetOrderTransactions
    • GetSellerDashboard
    • GetSellerEvents
    • GetSellerList
    • GetSellerTransactions
    • GetSessionID
    • GetShippingDiscountProfiles
    • GetStore
    • GetStoreCategoryUpdateStatus
    • GetStoreCustomPage
    • GetStoreOptions
    • GetStorePreferences
    • GetSuggestedCategories
    • GetTaxTable
    • GetTokenStatus
    • GetUser
    • GetUserContactDetails
    • GetUserDisputes
    • GetUserPreferences
    • GetVeROReasonCodeDetails
    • GetVeROReportStatus
    • LeaveFeedback
    • PlaceOffer
    • RelistFixedPriceItem
    • RelistItem
    • RemoveFromWatchList
    • RespondToBestOffer
    • RespondToFeedback
    • ReviseFixedPriceItem
    • ReviseInventoryStatus
    • ReviseItem
    • ReviseMyMessages
    • ReviseMyMessagesFolders
    • RevokeToken
    • SellerReverseDispute
    • SendInvoice
    • SetMessagePreferences
    • SetNotificationPreferences
    • SetShippingDiscountProfiles
    • SetStore
    • SetStoreCategories
    • SetStoreCustomPage
    • SetStorePreferences
    • SetTaxTable
    • SetUserNotes
    • SetUserPreferences
    • UploadSiteHostedPictures
    • ValidateChallengeInput
    • ValidateTestUserRegistration
    • VerifyAddFixedPriceItem
    • VerifyAddItem
    • VerifyAddSecondChanceItem
    • VerifyRelistItem
    • VeROReportItems
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
0.1.4 967 6/1/2022
0.1.3 499 5/13/2022
0.1.2 459 5/13/2022
0.1.1 459 5/13/2022
0.1.0 488 4/7/2022
0.0.4 461 4/6/2022
0.0.3 482 4/6/2022
0.0.2 480 4/6/2022
0.0.1 471 4/6/2022