PHP Application for eBay

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
egorig
Forum Newbie
Posts: 3
Joined: Wed Jul 02, 2008 4:43 am

PHP Application for eBay

Post by egorig »

Hi,

Can anyone help with this ? I'm trying to get only Sold Items for an eBay store, but the API returns all items in store.

Here's the URL I use:
http://svcs.ebay.com/services/search/Fi ... geNumber=1

I receive no errors, but it returns all items in store. So .. it doesn't matter if I remove this part of the url - &itemFilter(0).name=SoldItemsOnly&itemFilter(0).value=true

Thanks to anyone for the help
wringle
Forum Newbie
Posts: 2
Joined: Fri Oct 08, 2010 5:45 pm

Re: PHP Application for eBay

Post by wringle »

Hello,

Any ideas on how to reach senior PHP Developers in the tri-state area? We are looking for a partner to step into something that is already established. Launched in 2005, we were the first internet company to develop a truly creative solution to a billion dollar problem in the wireless space. In addition to our innovative flagship property, we have recently launched a new application competing with eBay, craigslist, and other classified communities in the wireless category.

We have a "real revenue" model. :) We need brainpower and fresh talent to make it hum.

The company is made up of a powerful founder entrepreneur duo. We have had numerous top-shelf investment interest, but we need to build out the management team and finish developing the platform.
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: PHP Application for eBay

Post by twinedev »

Well there are two other states touching Ohio, so I guess I'm in Tri State area...

Seriously, trying to figure out what that post has to do with the original post of the thread, other than to give the members the impression you came here just to get out what you needed and didn't bother to figure out to properly put it....

Back to that topic, if help is still needed, if you gave a sample of the feed you were getting from Ebay, could probably help you write soemthing to loop through it and strip out the items you don't want.

-Greg
Post Reply