This is error response when i try to send a reqeust ebay sandbox api with link https://api.sandbox.ebay.com/sell/inventory/v1/bulk_migrate_listing
What should do i do
{
"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."
}
]
}
]
}