Use of eBay API in PHP to retrieve My eBay informa

2019-09-04 08:46发布

I am on working on a personal project to write a PHP website which will allow me to easily track all my purchases/bids/watch list on eBay. As you know, purchases which are older than 2 months (I think) can't be seen on eBay; but I would still like to keep track of them. So I would be using the eBay API's to retrieve the information and then write it to my database.

My question is: which API's do I use to retrieve the information I mentioned? Or better still: would you know any script or website or anything that already does what I'm trying to do, even if partially?

Thanks in advance,

Yusuf

标签: php ebay-api
2条回答
一纸荒年 Trace。
2楼-- · 2019-09-04 09:13

You need to take a look at eBay API, you can use it to retrieve your information. For example, in java you can follow this guide which also includes sample PHP code.

查看更多
太酷不给撩
3楼-- · 2019-09-04 09:33

I've also thrown some example code up which includes searching active items in a user's profile

查看更多
登录 后发表回答