Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Exciting changes are coming! eBay’s Developer Loyalty Program is getting a major upgrade with expanded benefits, deeper collaboration, and opportunities for accelerated growth. What’s Changing? Concierge-level service: for gold, silver, and bronze pa...
I don't know where to post this but I need to add a new OAuth Scope to my application and I cannot seem to see where or how I can add that. I also do not see how to delete and recreate an entire new keyset with the proper OAuth Scope. Any ideas?
Hi,Can someone please guide me on how to find the following issues? My eBay Api key is still disabled because of the settings for marketplace account deletion and/or Platform notification(push). Please, how do I?1. create and set the notification end...
{'errors': [{'errorId': 2001, 'domain': 'ACCESS', 'category': 'REQUEST', 'message': 'Too many requests.', 'longMessage': 'The request limit has been reached for the resource.'}]}{'rateLimits': [{'apiContext': 'buy', 'apiName': 'Browse', 'apiVersion':...
Ok, I'm not sure where I have to click. Basically I want to know where to get api keys to integrate ebay to my shopify store. to get organic search engine optimization instantly. I may have to look over and actually email unless anyone on this forum ...
My code is the following: $guzzleClient = new \GuzzleHttp\Client(); $response = $guzzleClient->post('https://api.sandbox.ebay.com/identity/v1/oauth2/token', [ 'headers' => [ 'Authorization' => 'Basic ' . $oauthToken, 'Content-Type' => 'application/x-...
I tried to sign in to my Developers Program account using the email address and password I registered about six months ago, but I couldn't. Do I have to register anew?
I am currently stuck trying to get my application to go back to the initial screen after completing the user consent part of the authorization code grant flow. I am trying to use the auth accepted url field to input my custom URL Scheme so that after...
I get a "Developer account is suspended" message and cannot log in. Please advise.
https://developer.ebay.com/devzone/xml/docs/reference/ebay/GetSellerList.htmlIm
geting this error
2023-11-15 18:30:37
10012
1SeriousError00RequestError
and this are mi headers headers: { 'Content-Type':
'text/xml', 'X-EBAY-API-CALL-NAME': 'GetSel...
Sorry for the absolute basic language used here. Im using the "Finding API" request which is set to 5000 per day, that's all good, but my question is, once these have been used up within that day when do they reset? is it 24 hours after the last succ...
I am trying to design a program that will just automatically take the label that I created from a completed order and it will print to my default printer automatically. It doesn't seem like there's a way to do that. What would be the best way to do t...
Hello everyone.Apologies as may seem a little naive here, but I am here for some help!I am using an eBay connector plugin so I can import my eBay orders into my woocommerce store, for my warehouse to process them.However,When the postage has been all...
Hello, When trying to create an account we get the following error: "Your account registration was rejected due to problems with the data provided or other irregularities. If you believe this rejection is in error, please see our FAQs and Contact Cha...
Is anyone using the market insights API?? I see that its a limited release so I would need to apply to use it. Is ebay accepting applications and is it testable in sandbox?
I just joined the ebay dev program and im trying to connect to the findingAPI endpoint in production to pull data with a SoldItemsOnly item filter. I made a single request and now I'm getting a rate limit exceed error. I was under the impression that...