EbayClient 0.1.4
dotnet add package EbayClient --version 0.1.4
NuGet\Install-Package EbayClient -Version 0.1.4
<PackageReference Include="EbayClient" Version="0.1.4" />
<PackageVersion Include="EbayClient" Version="0.1.4" />
<PackageReference Include="EbayClient" />
paket add EbayClient --version 0.1.4
#r "nuget: EbayClient, 0.1.4"
#addin nuget:?package=EbayClient&version=0.1.4
#tool nuget:?package=EbayClient&version=0.1.4
Ebay Client
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 | Versions 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. |
-
.NETStandard 2.0
- Microsoft.Extensions.Http (>= 6.0.0)
-
net6.0
- Microsoft.Extensions.Http (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.