skip to Main Content

eBay API: how to use outputSelector in HTTP get request

I'm using URLs like this in my application http://svcs.ebay.com/services/search/FindingService/v1 ?OPERATION-NAME=findItemsAdvanced &SERVICE-VERSION=1.0.0 &SECURITY-APPNAME=MYAPPID &RESPONSE-DATA-FORMAT=XML &REST-PAYLOAD&GLOBAL-ID=EBAY-IT &categoryId=CATEGORYID &descriptionSearch=true &keywords=KEYWORDS I get the XML response, but I need more fields using outputSelector. But I don't understand how to use it in my request.…

VIEW QUESTION
Back To Top
Search