http://developer.dataunison.com/pages/developers_area/ebay_research_api/api_call_reference/getsellerresearchresults/getsellerresearchresults_input/getsellerresearchresults_input_schema.html
©2004-2008 Advanced Economic Research Inc. |
Back to HTMLHere is the Schema for Version 2 of the GetSellerResearchResults call.
<GetSellerResearchResults>
<Version>integer</Version>
<RequesterCredentials>
<Token>string</Token>
<UserToken>string</UserToken>
<DeveloperName>string</DeveloperName>
</RequesterCredentials>
<SearchQuery>
<SellerFilters>
<Seller>string</Seller>
<ExcludeSeller>string</ExcludeSeller>
</SellerFilters>
<Keywords>string</Keywords>
<Pricing>
<EndPriceFloor>float</EndPriceFloor>
<EndPriceCeiling>float</EndPriceCeiling>
<StartPriceFloor>float</StartPriceFloor>
<StartPriceCeiling>float</StartPriceCeiling>
</Pricing>
<CategoryLimit>
<CategoryID>integer</CategoryID>
</CategoryLimit>
<Dates>
<StartDate>date</StartDate>
<EndDate>date</EndDate>
<DateRange>date range</DateRange>
<Date>date</Date>
... more Date nodes ...
</Dates>
<ListingLimit>integer</ListingLimit>
<ResultSet>
<ReturnHourlyData>boolean</ReturnHourlyData>
<ReturnPricingInformation>boolean</ReturnPricingInformation>
<ReturnFeatureInformation>boolean</ReturnFeatureInformation>
<ReturnDurationData>boolean</ReturnDurationData>
<ReturnListingTypes>boolean</ReturnListingTypes>
<ReturnPriceBuckets>boolean</ReturnPriceBuckets>
<ReturnDailyData>boolean</ReturnDailyData>
<ReturnCategoryInformation>boolean</ReturnCategoryInformation>
<ReturnItemList>boolean</ReturnItemList>
<ReturnAllData>boolean</ReturnAllData>
</ResultSet>
<SiteID>integer</SiteID>
<Currency>string</Currency>
<ListingsReturned>
<Limit>integer</Limit>
<Descending>boolean</Descending>
<SortColumns>
<Column>string</Column>
</SortColumns>
</ListingsReturned>
<DurationFilter>integer</DurationFilter>
<Hours>
<StartHour>integer</StartHour>
<EndHour>integer</EndHour>
<Hour>integer</Hour>
</Hours>
<ListingFilters>
<BuyItNow>boolean</BuyItNow>
<Successful>boolean</Successful>
<Bold>boolean</Bold>
<FrontPageFeatured>boolean</FrontPageFeatured>
<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>
<NoFeaturesUsed>boolean</NoFeaturesUsed>
</ListingFilters>
<ListingTypes>
<Chinese>boolean</Chinese>
<Dutch>boolean</Dutch>
<Live>boolean</Live>
<Store>boolean</Store>
<PersonalOffer>boolean</PersonalOffer>
<FixedPrice>boolean</FixedPrice>
</ListingTypes>
</SearchQuery>
</GetSellerResearchResults>
|