INTERNAL SERVER ERROR 500: getItemAspectsForCategory
Good day.
I have searched quite a bit for a solution to the issue I am experiencing and I could not find an answer to the similar issue raised by another member/adventurer.
I now have tried the eBay API Explorer with all calls passing but as soon as I make a call to:
https://api.sandbox.ebay.com/commerce/taxonomy/v1/category_tree/3/get_item_aspects_for_category?category_id=3984
then the API responds with:
```
{
"errors": [
{
errorId": 62000,
"domain": "API_TAXONOMY",
"category": "APPLICATION",
"message": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance."
}
]
}
```
I have tried with category_id=267 and leaf id of 160839 and have set the tree id to 3 to relate to EBAY_GB.
Any help will be greatly appreciated.
```
I have tried with category_id=267 and leaf id of 160839 and have set the tree id to 3 to relate to EBAY_GB.
Any help will be greatly appreciated.
Many thanks,
Christopher
1 comment
chrisvanhe0
OP10 months agoThank you so much eBay.
The sandbox call to getItemAspectsForCategory responded with 200 OK 😄
All good now.