eBay APIs: SDKs
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Digital Signatures for APIs SDK Error

To solve this problem we downloaded we download the digital-signature-nodejs-sdk, But An error occurred during compilationHow to solve this problem? Or is there any SDK suitable for c#?

retekess_eu_0-1684746330858.png retekess_eu_1-1684746512296.png

GetItemTransactions .NET

Hi, i'm using the last .Net SDK 4.0 version (1131) and I have a issue with the method GetItemTransactions. When I call it, the object TransactionTypeCollection returned is empty but I view via fiddler that the response is full (complete, I view the f...

GetOrders API

When the shipping address of the order returned by GetOrders is an international address, it is necessary to send the goods to eBay. How long will there be a delay in the eBay shipping address generated at this time

User avatar by Rising Star
  • 437 Views
  • 1 replies
  • 0 helpful

Does eBay SDK's supported by .NET 6?

Are they? Becuase im keep getting errors like this: [for the hello world sample]:Could not load file or assembly 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.' Are...

eBay .NET API, Adding Listings, Unexpected number of Return Polices Have Been Created.

I am using .Net SDK for eBay, I am creating products and assigning return policy as per code before. private static ReturnPolicyType GetReturnPolicyForAU(){ReturnPolicyType policy =new ReturnPolicyType{Refund = "MoneyBack",ReturnsWithinOption = "Days...

Screenshot 2023-03-17 181853.png

Post-Order RESTful API SDK

Hi ,Is there any ebay RESTful API SDK for Post-Order API? Other Rest APIs have at least yaml so i can generate my classes from it. Is there anything for Post-Order API?

User avatar by Adventurer
  • 817 Views
  • 0 replies
  • 0 helpful

Uploading Images in Binary format Using Ebay python SDK TRADING API UploadSiteHostedPictures call

I'm trying to figure out a way to upload images I have on my local computer using a file path and converting it to binary format so I don't have to host my images outside of ebay to get a url. I know I could make my server public and grab the urls th...