Get my eBay listings with PHP using the eBay API

I read through the eBay Developer Network, and, as I understand it, I can’t understand how to perform the simple task of getting all the lists from the eBay user (me) through their API.

Can anyone help me achieve this.

Many thanks.

Edit:

I tried using the HTTP method:

http://open.api.ebay.com/Shopping?callname=GetUser&appid=APPID&siteid=3&UserId=USERID

But that did not give me any luck.

Mostly with the help of PHP methods, I tried to read on EBATNS, but without luck, I was able to start writing code to create something small.

I also looked at using the eBay API in PHP to get information about my eBay, and that didn't help me much either.

+3
source share
1 answer

- , .

http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&SECURITY-APPNAME= -APPID & RESPONSE-DATA-FORMAT = XML & REST-PAYLOAD & itemFilter (0).name = & itemFilter (0).value(0) = _ & paginationInput.entriesPerPage = 10 & =

+7

All Articles