I'm unable to get the orders even hit a single request through postman it always returns 18000 error code. please help me how to resolve this issue.
Response from api:
<?xml version="1.0" encoding="UTF-8"?>
<GetOrdersResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<Timestamp>2022-08-02T18:19:01.521Z</Timestamp>
<Ack>Failure</Ack>
<Errors>
<ShortMessage>Too many requests. Short-duration threshold exceeded.</ShortMessage>
<LongMessage>You have exceeded the call threshold per second. Please throttle traffic for this call and then retry.</LongMessage>
<ErrorCode>18000</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
<Version>1263</Version>
<Build>E1263_CORE_APIXO_19220561_R1</Build>
</GetOrdersResponse>
thanks,