04-11-2023 03:33 AM
hello, I'm trying to make a requesto to the sandbox endpoint getPrivileges for seler account, as instructed here: https://developer.ebay.com/api-docs/sell/static/seller-accounts/ht_get-selling-limits.html
however the response is always an error 500 with the following body:
{
"errors": [
{
"errorId": 20500,
"domain": "API_ACCOUNT",
"category": "APPLICATION",
"message": "System error."
}
]
}
in the oauth token generation I included the scope
https://api.ebay.com/oauth/api_scope/sell.account
without it the response is code 403.
What am I missing? shoud I make some other requests before this?
thanks..
04-18-2023 05:59 AM
side note; the fact the you are forced to pay 75€ to get support for a platform ploblem is amazing
04-23-2023 11:05 PM
Check if the user account has the required privileges or permissions to access the feature or resource. If not, grant the necessary privileges or permissions to the user.Verify that the user is using the correct credentials to log in to the system. If the user is using an incorrect or outdated password, they may not have the necessary privileges or permissions to access the feature or resource.Ensure that the system or application is up to date and that any patches or updates are installed. Sometimes, outdated software can cause issues with user privileges or permissions.Check if there are any known issues or bugs with the application or system that may be causing the error. If so, contact the vendor or support team for assistance in resolving the issue.If the above steps do not resolve the issue, try clearing the cache and cookies of the web browser, or try accessing the feature or resource from a different web browser or device.
05-14-2023 07:40 PM
I have no experience with this call, but...
Did you create a sandbox seller account for this test?
The sandbox can not pull data from a real seller account.