CMS365-PTY-LTD / EbaySharp

EbaySharp is a .NET library that enables you to authenticate and make API calls to eBay. It's used for listing products and processing orders on eBay using C# and .NET
MIT License
4 stars 1 forks source link

Sell API Missing x-ebay-signature-key header #4

Closed Fantic666 closed 2 months ago

Fantic666 commented 2 months ago

Many thanks for the API :)

EbaySharp.Controllers.EbayController ebayController = new EbaySharp.Controllers.EbayController(myactoken); Transactions transactions = await ebayController.GetTransactions();

i got the error below { "errorId": 215001, "domain": "ACCESS", "category": "REQUEST", "message": "Missing x-ebay-signature-key header", "longMessage": "Missing x-ebay-signature-key header to fulfill the request." }

shafaqat-ali-cms365 commented 2 months ago

I will look into that, may I know what country your seller account is in? I have tested with Australia only.

shafaqat-ali-cms365 commented 2 months ago

I have pushed a new version and included signing key support. Please have a test. I tried to create a sandbox user in UK region but getting error, so I could not test it properly. I am in AU region and signing key is not required here.

MartinKleiner commented 2 months ago

Hi Fantic I had the same problem (look at the discussions) and the owner of the repo already worked on it (thanks for the effort). Works fine now with the getTransactions Endpoint.