/
TR
tradera
/
Tradera API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
Auth
5
Buyer
3
Categories
2
Items
5
Listings
28
Orders
5
Reference Data
7
get
Gets the current server time.
get
Gets the list of accepted bidder types (the buyer regions allowed to bid on or buy an item): 1 = Sweden, 3 = International, 4 = EU.
get
Gets the list of expo item types with current fees.
get
Gets the list of available item types.
get
Gets the list of Swedish counties.
get
Gets the available item field values (VAT rates, item attributes, payment types, shipping types). The item attributes returned here are the coarse condition flag only (1 = Ny, 2 = Begagnad), set via `ItemRequest.ItemAttributes`. Finer, category-specific condition values such as the "Skick" selector on the sell form (Oanvänt, Mycket gott skick, …) are category attributes, not item field values: fetch them from `GET categories/{categoryId}/attribute-definitions` and submit them via `ItemRequest.AttributeValues.Terms`.
get
Gets shipping options for the specified country codes.
Search
5
Tradera.Api.Services.Core
6
Users
6
Reference Data
Gets shipping options for the specified country codes.
get
/v4/reference-data/shipping-options
Query parameters
fromCountryCodes
string[]
categoryIds
integer[]
Response
OK
GetShippingOptionsResponse
required
productsPerWeightSpan
ProductsPerWeightSpan[]
nullable
Changes