GetSellerResearchResults Example Usage
Other Versions: 2 | Printable Version
Last updated: 2006-06-12 23:09:08
Example Usage
Here is an example of a GetSellerResearchResults call that researches all items sold by imaginary seller 'ace_ebay_seller' in the Video Games category (382).
<GetSellerResearchResults>
  <Version>1</Version>
  <RequesterCredentials>
    <Token> your_token_here </Token>
    <UserToken> your_usertoken_here </UserToken>
    <DeveloperName> your_developer_name_here </DeveloperName>
  </RequesterCredentials>
  <SearchQuery>
    <SellerFilters>
       <Seller>ace_ebay_seller</Seller>
    </SellerFilters>
    <CategoryLimit>
      <CategoryID>382</CategoryID>
    </CategoryLimit>
    <ResultSet>
      <ReturnPricingInformation>true</ReturnPricingInformation>
      <ReturnHourlyData>true</ReturnHourlyData>
    </ResultSet>
  </SearchQuery>
</GetSellerResearchResults>
Here are the results of that call:
...
No Comments FoundPost A Comment 
Use of this Web site constitutes acceptance of the
DataUnison Terms and Privacy Policy.
Copyright © 2005-2008 DataUnison. All Rights Reserved.
eBay and the eBay Logo are Trademarks of eBay Inc.