Documentation Version 3 > 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
GetAttributeDefinitions
Returns definitions of the attributes that may be used on items in the specified category.
A list of AttributeDefinition objects.
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.
GetFeedback
This API method returns feedback information regarding a specific user.
A list of GetFeedback items
GetFeedbackSummary
This API method returns feedback summary regarding a specific user.
An object containing total number of positive and negative feedback, for the requested user, over the last month, last six months and last twleve months GetFeedbackSummaryResponse
GetItem
Gets an Item.
Item (auction) object
GetItemAddedDescriptions
GetItemFieldValues
Returns an ItemFieldsResponse that holds available values for some of the item fields.
ItemFieldsResponse 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
DEPRECATED: Use GetItemFieldValues instead. Returns the available payment types.
GetSearchResult
DEPRECATED: Use Search in SearchService instead. Search for items.
Filled SearchResult object
GetSearchResultAdvanced
DEPRECATED: Use SearchAdvanced in SearchService instead. 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)
GetSellerItemsQuickInfo
Returns minimal of item information. Usefull to get id's of newly created items
GetShippingOptions
Gets the available shipping options from a list of countries.
A GetShippingOptionsResponse object with shipping options from the requested countries grouped by weight-span.
GetShippingTypes
DEPRECATED: Use GetItemFieldValues instead. Returns the available types of shipping when the buyer pays freight.
GetUserByAlias
Gets an user based based on the alias
User object with some fields populated
XHTML CSS