Hi i have been running into a similar issue as many other people have been wit the bulk migrate listing:
-----------BULK LISTING REQUEST--------
HTTP/1.1 User-Agent: python-requests/2.24.0
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
Authorization: Bearer <user-access-token>
Content-Type: application/json
Content-Length: 45
Data: {"requests": [{"listingId": "265344714214"}]}
-----------BULK LISTING RESPONSE--------
HTTP/1.1 500
x-ebay-c-request-id: ri=KqzhiqvumK2t,rci=6e82f3d3e4c2b6c6
rlogid: t6pitnmsgwj70%3D9vjdpitnmsgwj70*t2m07%28rbpv6775-17d7bcb5c53-0x15a
x-ebay-c-version: 1.0.0
x-ebay-client-tls-version: TLSv1.3
content-encoding: gzip
content-type: application/json
date: Thu, 02 Dec 2021 15:37:48 GMT
server: ebay-proxy-server
x-envoy-upstream-service-time: 4126
x-ebay-pop-id: UFES2-SLCAZ01-api
transfer-encoding: chunked
Response Data: {"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."
}]
}]}
There is no oauth authorization issue, my other requests are working as expected. Has anyone been able to find a fix for this?
Any help would be greatly appreciated. Thank you.