php - ebay api (EPN) Query to pull classified items and auction items (auction items with 1 bid minimum) -


this may localized. using epn (ebay) api, trying pull auction items minimum bid of 1 , classified items.

this have item filters:

&itemfilter(0).name=minprice&itemfilter(0).value=10  &itemfilter(1).name=maxprice&itemfilter(1).value=10000000000000000  &itemfilter(2).name=listingtype&itemfilter(2).value(0)=auction  &itemfilter(2).value(1)=classified  &itemfilter(3).name=minbids&itemfilter(3).value=1 

from can work out, appears when add:

&itemfilter(3).name=minbids&itemfilter(3).value=1 

it overrides command list items in classified. shows auction items minimum bid of 1.

can achieve want @ all?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -