Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
以下是完整 eBay API 的列表(非官方)官方文档位于此处。
长话短说,如果您需要通过关键字查询 eBay,请说“ipod”。您需要在 findItemsByKeywords API 操作http://developer.ebay.com/products/finding/" rel="nofollow">Finding API:
类似 REST 的查询将如下所示:
http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords&SERVICE-VERSION=1.11.0&SECURITY-APPNAME=YourAppId&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD&keywords=ipod&paginationInput.entriesPerPage=2
您需要的位置指定:APPNAME。在此处的 eBay 开发者计划注册后您将获得该信息
如果您正在构建手机应用程序,您需要使用 redlaser API (这是一家 eBay 公司)
Here is a list of complete eBay API (unofficial) and official one is here.
To cut the long story short, if you need to query ebay by a keyword, say "ipod". You need to use findItemsByKeywords API operation in Finding API:
The REST-like query will be something like this:
Where you need to specify: APPNAME. Which you will get after registering on eBay developer program here
If you are building a phone app, you need to use redlaser API (it's an eBay company)
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
以下是完整 eBay API 的列表(非官方)官方文档位于此处。
长话短说,如果您需要通过关键字查询 eBay,请说“ipod”。您需要在 findItemsByKeywords API 操作http://developer.ebay.com/products/finding/" rel="nofollow">Finding API:
类似 REST 的查询将如下所示:
您需要的位置指定:APPNAME。在此处的 eBay 开发者计划注册后您将获得该信息
如果您正在构建手机应用程序,您需要使用 redlaser API (这是一家 eBay 公司)
Here is a list of complete eBay API (unofficial) and official one is here.
To cut the long story short, if you need to query ebay by a keyword, say "ipod". You need to use findItemsByKeywords API operation in Finding API:
The REST-like query will be something like this:
Where you need to specify: APPNAME. Which you will get after registering on eBay developer program here
If you are building a phone app, you need to use redlaser API (it's an eBay company)