http://developer.dataunison.com/pages/developers_area/ebay_research_api/api_call_reference/getresearchitems/getresearchitems_input/getresearchitems_input_schema.html
©2004-2008 Advanced Economic Research Inc. |
Back to HTMLThis is Version 2 of the GetResearchItems Input Schema. In general, this schema is very similar to the other GetResearch calls. The unique Page node allows you to re-order and offset the results to return more raw items. Version 2 includes SiteID and Currency filters.
<GetResearchItems>
<Version>integer</Version>
<RequesterCredentials>
<Token>string</Token>
<UserToken>string</UserToken>
<DeveloperName>string</DeveloperName>
</RequesterCredentials>
<SearchQuery>
<Keywords>string</Keywords>
<Pricing>
<EndPriceFloor>float</EndPriceFloor>
<EndPriceCeiling>float</EndPriceCeiling>
<StartPriceFloor>float</StartPriceFloor>
<StartPriceCeiling>float</StartPriceCeiling>
</Pricing>
<CategoryLimit>
<CategoryID>integer</CategoryID>
... more CategoryID nodes ...
</CategoryLimit>
<Dates>
<StartDate>date</StartDate>
<EndDate>date</EndDate>
<DateRange>date range</DateRange>
<Date>date</Date>
... more Date nodes ...
</Dates>
<Hours>
<StartHour>hour</StartHour>
<EndHour>hour</EndHour>
<Hour>hour</Hour>
... more Hour nodes ...
</Hours>
<DurationFilter>integer</DurationFilter>
<ListingFilters>
<BuyItNow>boolean</BuyItNow>
<Successful>boolean</Successful>
<Bold>boolean</Bold>
<FrontPageFeatured>boolean</FrontPageFeatured>
<CategoryFeatured>boolean</CategoryFeatured>
<GiftIcon>boolean</GiftIcon>
<Gallery>boolean</Gallery>
<GalleryFeatured>boolean</GalleryFeatured>
<PictureServices>boolean</PictureServices>
<Reserve>boolean</Reserve>
<Highlight>boolean</Highlight>
<Scheduled>boolean</Scheduled>
<MultiListed>boolean</MultiListed>
<Subtitle>boolean</Subtitle>
</ListingFilters>
<ListingTypes>
<Chinese>boolean</Chinese>
<Dutch>boolean</Dutch>
<Live>boolean</Live>
<Store>boolean</Store>
<PersonalOffer>boolean</PersonalOffer>
<FixedPrice>boolean</FixedPrice>
</ListingTypes>
<SiteID>site id</SiteID>
<Currency>currency</Currency>
<Page>
<Order>string</Order>
<OrderDir>string</OrderDir>
<Limit>integer</Limit>
<Offset>integer</Offset>
</Page>
</SearchQuery>
</GetResearchItems>
|
See Also: GetResearchItems Input Field Reference, GetResearchItems Output Schema, GetResearchItems Output Field Reference.