Hello,
We're selling in the german marketplace and we are receiving since last Thursday, October 22nd errors during the call to createShippingFulfillment, example bellow (real IDs replaced).
Any idea what is wrong here and how it could be analysed/solved?
Thank you.
POST /sell/fulfillment/v1/order/99-99999-99999/shipping_fulfillment/ HTTP/1.1
User-Agent: ET-Connector
Connection: close, TE
Authorization: Bearer v^1.1#i^1#r^0#p^3#I^3#f^0#t^...
Host: api.ebay.com
Accept: application/json
Content-Length: 203
Date: Thu, 22 Oct 2020 13:55:36 CEST
Content-Type: application/json
{"lineItems":[
{
"lineItemId": "9999999999",
"quantity": "1"
}
],"shippingCarrierCode":"DHL Paket Inland","shippedDate":"2020-10-22T12:00:00.000Z","trackingNumber":"003499999999999999"}
EBAY to https://api.ebay.com/sell/fulfillment/v1/order/99-99999-99999/shipping_fulfillment/ failed -> Error was: Ebay failed with status 200, response was {"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."
}]
}]}