Hello friends,
I'm trying to use GetItem endpoint in the BrowseAPI section,
Other API Calls works fine.
The problem is when I try to use GetItem endpoint (I put the access key in the header as it should),
The firsts time I get this error
GET https://api.ebay.com/buy/browse/v1/item/v1|254738683961|0
Error: read ECONNRESET
▶Request HeadersContent-Type: application/jsonAccept-Encoding: application/gzipX-EBAY-C-ENDUSERCTX: affiliateCampaignId=5338737032,contextualLocation=country%3DUS%2Czip%3D19406Authorization: Bearer v...User-Agent: PostmanRuntime/7.26.5Accept: */*Cache-Control: no-cachePostman-Token: a84c8ae2-ba1f-4da0-9a9f-785c3ad6d09bHost: api.ebay.comConnection: keep-alive
And sometimes I get an 2003 error like I describe below
{"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 support for assistance",
"parameters": [{
"name": "reason",
"value": "Failed to transform underlying error response, see logs."
}]
}]}
Thanks for your help,
yours truly,
Engineer Mor Soferian