07-02-2024 01:46 AM
Calling the getItemAspectsForCategory API is failing. When registering a product, you need to inquire to register an Item.ItemSpecifications item, but even if you enter category_tree_id and category_tree_id items, the inquiry is failing.
1. Request URL
https://api.sandbox.ebay.com/commerce/taxonomy/v1/category_tree/0/get_item_aspects_for_category?cate...
2. Request Header
Accept: application/json
Authorization: Bearer *****
3. Request Body
{
"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."
}
]
}