Locale FR
Hi Developers Community,
Here is the context :
"We would like to create an eBay application allowing eBay Sellers (with eBay Stores) to connect to our platform."
1) Can we use OAuth API endpoint with the Sandbox environment by adding the locale fr-FR parameter ?
For some reasons, we receive the following error message : https://tinyurl.com/29867feh
Is it a limitation of the Sandbox environment ?
2) Once the Token has been generated by eBay and the eBay Seller has been authentified, we try to get the eBay Store URL returned to us using the endpoint : : https://api.sandbox.ebay.com/commerce/identity/v1/user/
For some reasons, we receive the following error message :
{
"errors": [
{
"errorId": 225000,
"domain": "API_STORES",
"category": "APPLICATION",
"message": "Internal server error encountered. If this problem persists, contact the eBay Developers Program for support."
}
]
}
Any idea why ?
Thanks for your assistance.
0 comments