eBay APIs: Talk to your fellow developers
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

invalid_scope error

Hi fellows,Hope to get some response about my issue which I am seeing regarding to "The client credentials grant flow".I am stretching my head but can't find something reliable to get the valid response.I am trying to get auth token for prod environm...

Browse API returning Error 2001 Too Many Requests despite plenty of avail requests

{'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':...

Invalid Scope: The requested scope is invalid, unknown, malformed, or exceeds the scope granted to t

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-...

User avatar by Pathfinder
  • 584 Views
  • 2 replies
  • 0 helpful

GetSellerList is asking me for detail-level header but is not documented

https://developer.ebay.com/devzone/xml/docs/reference/ebay/GetSellerList.htmlIm geting this error 2023-11-15 18:30:37 100121SeriousError00RequestError and this are mi headers headers: { 'Content-Type': 'text/xml', 'X-EBAY-API-CALL-NAME': 'GetSel...

When do my API Calls for the day reset? is there somewhere i can see how many are left?

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...

How would I setup a way once I finish creating a label my computer will automatically print it

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...

User avatar by Rising Star
  • 432 Views
  • 5 replies
  • 0 helpful
Most Marked as Helpful Authors