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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -