Ebay JSON API Request

I am new to eBay API. I use the JSON format for request and response. Can anyone give me a working sample (html file) using JSON (API call findItemsByKeywords API) I mostly have problems getting results. Please help me. Thanks in advance.

+6
source share
1 answer

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 Search API Making an API Call

+8
source

Source: https://habr.com/ru/post/896870/


All Articles