Ebay API JSON request [closed]
Asked Answered
A

1

6

I am new to eBay API .I using JSON format for request and reply. Can any give me working sample (html file) using JSON( API call findItemsByKeywords) I am basically having trouble in getting the results. Please help me. Thanks in advance.

Agosto answered 8/9, 2011 at 11:10 Comment(0)
C
9

You need to make this HTTP request:

http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByKeywords
   &SERVICE-VERSION=1.0.0
   &SECURITY-APPNAME=YOUR_APP_ID_HERE
   &RESPONSE-DATA-FORMAT=JSON
   &REST-PAYLOAD
   &keywords=harry%20potter%20phoenix

Source: eBay Finding API Making an API Call

Culosio answered 23/10, 2011 at 11:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.