Documentation Version 2 > PublicService
Services that can be called without any specific authorization (except for a Developer account).
The following operations are supported. For a formal definition, please review the Service Description.
FetchToken
Returns a previously created authorization token for the specified user.
The authorization Token object
GetAcceptedBidderTypes
Returns the available accepted bidder types.
Array of IdDescriptionPair objects
GetBuyerPaysShippingTypes
Returns the available types of shipping when the buyer pays freight.
GetCategories
Returns a hierarchy of Category objects.
Hierarchy of Category objects
GetCounties
Returns a list of counties that can be used in the search query in the method GetSearchResultAdvanced .
GetExpoItemTypes
Returns the available expo item types. Includes the price in SEK as Value, for possible total fee calculation in the client application.
GetInternetPaymentTypes
Returns the available Internet payment types.
GetItem
Gets an Item.
Item (auction) object
GetItemTypes
Returns the available item types.
GetOfficalTime
Returns the offical Tradera.com local time (for use with auction endings).
Offical Tradera.com local time
GetPaymentTypes
Returns the available payment types.
GetSearchResult
Search for items.
Filled SearchResult object
GetSearchResultAdvanced
Search for items with advanced parameters.
GetSearchResultAdvancedXml
Search for items with advanced parameters, using an XML string. SOAP clients are encouraged to use the GetSearchResultAdvanced method instead.
<Query> <SearchWords>string</SearchWords> <CategoryId>int</CategoryId> <SearchInDescription>bool</SearchInDescription> <Mode>int or string</Mode> <PriceMinimum>int</PriceMinimum> <PriceMaximum>int</PriceMaximum> <BidsMinimum>int</BidsMinimum> <BidsMaximum>int</BidsMaximum> <ZipCode>string</ZipCode> <CountyId>int</CountyId> <Alias>string</Alias> <OrderBy>int or string</OrderBy> <ItemStatus>int or string</ItemStatus> <ItemType>int or string</ItemType> <OnlyAuctionsWithBuyNow>bool</OnlyAuctionsWithBuyNow> <OnlyItemsWithThumbnail>bool</OnlyItemsWithThumbnail> <ItemsPerPage>int</ItemsPerPage> <PageNumber>int</PageNumber> </Query>
GetSellerItems
Gets items for a seller.
Array of items (auctions)
GetShippingPaymentTypes
Returns the available shipping payment types.
XHTML CSS