As the title says, when trying to run the findCompletedItems command, it fails after one execution and I am blocked by a rate limit.
I'm not sure how this is possible when I only made one call?
Code:
from ebaysdk.finding import Connection as Finding
api = Finding(domain='svcs.ebay.com', config_file='ebay_prod.yaml')
response = api.execute('findCompletedItems', {'keywords': '0673419318679'}).dict()
Result:
ConnectionError: 'findCompletedItems: Internal Server Error, Domain: Security, Severity: Error, errorId: 10001, Service call has exceeded the number of times the operation is allowed to be called'
As the title says, when trying to run the findCompletedItems command, it fails after one execution and I am blocked by a rate limit.
I'm not sure how this is possible when I only made one call?
Code:
Result: