Skip to content
Advertisement

Get my eBay listings with PHP using eBay API

I’ve been reading through the eBay Developer Network and for the life of me can’t figure out how to do the simple task of retrieving all listings from an eBay User (me) via their API.

Can anyone help me out on achieving this.

Thanks a lot.

Edit:

I have tried using HTTP method of:

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

But this hasn’t given me any luck.

Mainly with the PHP Methods, I’ve tried reading up on EBATNS but with no luck could I start coding to produce something small.

I have also looked at Use of eBay API in PHP to retrieve My eBay information and that didn’t really help me all that much either.

Advertisement

Answer

If anyone needs the answer to this one I have figured it out after a day of research.

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

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement