Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用eBay 交易 API 的getCategories()方法获取类别层次结构的结构化数据形式。但现在我想获取 eBay 网站某些类别的产品列表。这样做的最佳方法是什么。我还需要使用哪些其他 API?
您可以通过Finding API使用findItemsByCategory调用。您最多传递 3 个类别 ID,eBay 将搜索属于这些类别的项目。此外,可以通过此调用执行以下操作。
更多信息和示例可以在 eBay 官方文档中找到。