使用eBay的API仅指定新项目的正确格式是什么?

时间:2014-01-05 05:20:08

标签: javascript json api ebay

我正在使用url格式来解析eBays数据库,我似乎无法找出针对特定条件过滤项目的正确方法,因为条件直方图指令不是很清楚。我目前的代码如下。

<script src=http://svcs.ebay.com/services/search/FindingService/v1?SECURITY-APPNAME=*APIKEY GOES HERE*&OPERATION-NAME=findItemsByKeywords&SERVICE-VERSION=1.0.0&RESPONSE-DATA-FORMAT=JSON&callback=_cb_findItemsByKeywords&REST-PAYLOAD&sortOrder=PricePlusShippingLowest&itemFilter(0).name=MaxPrice&itemFilter(0).value=500.00&itemFilter(0).paramName=Currency&itemFilter(0).paramValue=USD&itemFilter(1).name=MinPrice&itemFilter(1).value=200.00&itemFilter(1).paramName=Currency&itemFilter.name=ListingType&itemFilter.value=FixedPrice&itemFilter(1).paramValue=USD&keywords=iphone%205%2016gb%20unlocked&paginationInput.entriesPerPage=6>
</script>

1 个答案:

答案 0 :(得分:0)

检查易趣API中的Item Filter Type 条件枚举值,其中包含允许的文字值 新。