2014-01-05 49 views
0

我使用的URL格式解析的eBays數據庫,我似乎無法找出篩選項目符合特定的條件正確的方法,隨着病情的直方圖的指令也不是很清楚。我目前的代碼如下。什麼是適當的格式,只指定與eBay的API的新項目?

<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> 

回答

0

檢查Item Filter Type易趣的API中。條件它有一個允許的文本價值的枚舉值

相關問題