Unable to retrieve the same listing as ebay web.
Â
Â
Using the Taxonomy API, I retrieve the child subcategories using:
https://api.ebay.com/commerce/taxonomy/v1/category_tree/0/get_category_subtree?category_id=179836
But it returns categories without items, for example:
Â
{
"category": {
"categoryId": "258506",
"categoryName": "Sake, Soju & Rice Based"
},
"parentCategoryTreeNodeHref": "https://api.ebay.com/commerce/taxonomy/v1/category_tree/0/get_category_subtree?category_id=179836",
"categoryTreeNodeLevel": 4,
"leafCategoryTreeNode": true
}When I browse through the eBay website, I find that these categories contain items, but they are located in another site (Italy)!
Â
How can I list the categories corresponding to the US only?
Â
Another option is to list all items from all sites using (as https://www.ebay.com/b/Sake-Soju-Rice-Based-Alcohols/258506/bn_7116391824😞
https://api.ebay.com/buy/browse/v1/item_summary/search?category_ids=258506Â
but I can't find a way.
Â
Best regards!
vinyl.zone
Posted 2 years ago
0 comments