Developer Forums
Connect and get the answers to your API questions with advice from fellow developers.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Activity in Developer Forums

How do I get a maximum of 10000 items in a single API query

Hello All, The ebay docs say we can get 10,000 items in one call but it doesnt look like that is possible since the limit is 200 at most? Am I missing something? I dont want to use pagination a bunch of times and exhaust my API calls, maybe the docum...

Developer API > Analytics API > getRateLimits doesn't return amount of calls used

Making a call to https://api.ebay.com/developer/analytics/v1_beta/rate_limit/?api_name=tradingapiand despite having used approximately 800 calls so far today for GetOrders, it's still returning:"limit": 5000,"remaining": 5000,I'm hours from my reset ...

Sandbox down?

Hi I just got accepted to eBay Developers Program and I was going to try out the MIP features of Sandbox but every single link I click is broken. Either timeouts or DNS errors. This happens both for US and DE sandbox sites. Just some examples of brok...

User avatar by Enthusiast
  • 66 Views
  • 0 replies
  • 0 helpful

Category ID

How to add category id when creating product with ebay restful api My sample example is given below: { "sku": "NV125", "locale": "en_US", "product": { "title": "JOE PAVELSKI 2015-16 BOBBLEHEAD NHL SAN JOSE SHARKS 25TH ANNIVERSARY21", "aspects": { "Te...

User avatar by Adventurer
  • 79 Views
  • 1 replies
  • 0 helpful

bulkmigratelisting

while making call getting this error { "errors": [ { "errorId": 2003, "domain": "ACCESS", "category": "APPLICATION", "message": "Internal error", "longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer supp...

Ebay Affiliate API

I have Ebay Affiliate API to convert ebay product links to affiliate product links.This is the API endpoint which I am using:https://svcs.sandbox.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords&SERVICE-VERSION=1.0.0&SECU...