Hi,
ich hab hier mit der Ebay API mal ein paar Produkte gesucht.
Klappt super mit dem JSON return. Leider bekomme ich mit meinem Code keine auswertung vom JSON.
Code:
Könnte es an dem "findItemsByKeywordsResponse" liegen, dass ich den noch iwie auswerten muss oder so?
ich hab hier mit der Ebay API mal ein paar Produkte gesucht.
PHP Code:
string bla = Connection.WebRPost("http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords&SERVICE-NAME=FindingService&SERVICE-VERSION=1.0.0&GLOBAL-ID=EBAY-DE&SECURITY-APPNAME=dsadasdasESPONSE-DATA-FORMAT=JSON&REST-PAYLOAD&keywords=kuchenl");
PHP Code:
{"findItemsByKeywordsResponse":[{"ack":["Success"],"version":["1.13.0"],"timestamp":["2015-04-09T19:53:02.465Z"],"searchResult":[{"@count":"100","item":[{"itemId":["231527381785"],"title":["Kuchen und so (PC, 2005, DVD-Box)"],"globalId":["EBAY-DE"],"primaryCategory":[{"categoryId":["139973"],"categoryName":["PC- & Videospiele"]}],"galleryURL":["http:\/\/thumbs2.ebaystatic.com\/m\/mOPBGu-74ZhrsIMiWP9yYcQ\/140.jpg"],"viewItemUR
Könnte es an dem "findItemsByKeywordsResponse" liegen, dass ich den noch iwie auswerten muss oder so?