09-18-2024 02:32 PM
Using the API Explorer with an OAuth User Token, I can't create fulfillment policies. With just the basic example, I get this response:
Headers:
rlogid:t6pitf%60quq%60%28ciuoopu0asu%60pkal%3C%3Dosutowgdwvpd.hlmnn%2Bsfvu7371-1920709262a-0x2343
traceid:f50ebe5539fde1059798ad52a1f47057
x-ebay-client-tls-version:TLSv1.3
x-ebay-request-id:19207092-6310-a374-be45-f61bffff7b4d!Ginger.account.v1.fulfillment_policy.POST!lvsslractsvc-mjjmk-tess0027.stratus.lvs.ebay.com!r1slractsvc-envjiwv5gtvevlbi[]
content-type:application/json
content-length:222
date:Wed, 18 Sep 2024 21:28:13 GMT
x-envoy-upstream-service-time:13
server:ebay-proxy-server
x-ebay-pop-id:UFES2-LVSAZ01-apisandbox
Body:
{
"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"
}
]
}
What is going on?