/
TR
tradera
/
Tradera API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10h ago · Updated 10h ago
Details
Filter operations
Auth
5
Buyer
3
Categories
2
Items
5
Listings
28
get
Gets a specific item for the authenticated seller, including seller-specific details. Returns 404 if the item does not exist or does not belong to the seller.
delete
Ends (deletes) an item listing.
get
Gets the authenticated seller's items.
get
Gets updated seller items since a given row version.
get
Gets seller transactions within a date range.
post
Adds a new item listing. Supports auctions (itemType 1), auctions with a Buy Now price (itemType 1 plus `buyItNowPrice`) and fixed-price "Endast Köp Nu" listings (itemType 3). Restricted seller accounts (new or unproven sellers) may only list plain auctions with no fixed price and an end date at least 7 days out; fixed-price and Buy Now listings are rejected until the restriction is lifted. Shop items are added via `POST shop-items` instead.
post
Adds a new item listing from XML.
post
Adds an image to a pending item request.
post
Adds a campaign code to a pending item request.
post
Commits a pending item request, finalizing the listing.
post
Restarts an ended item, listing it again as a new item. The restart is processed asynchronously: on success the response carries the id reserved for the new item, which becomes retrievable once the restart completes. An item can only be restarted while it is ended, unsold and has restarts left; when it does not qualify the response is returned with `isSuccessful` false and a `validationError` describing why. Returns 404 if the item does not exist or does not belong to the seller.
put
Sets prices on an auction. The item type is derived from the supplied prices, so supplying a `binPrice` adds a Buy Now price to an auction and omitting it removes one. Fixed-price (PureBuyItNow) items are rejected — they have no auction to price, so use `PUT items/{itemId}/price` to change their buy-it-now price instead.
put
Updates the price of a non-shop item without changing its item type: an auction stays an auction, a fixed-price (PureBuyItNow) item stays fixed-price. Supply only the price fields that apply to the item's current type — `binPrice` for a fixed-price item, `openingPrice` (and optionally `binPrice`) for an auction. Omitted fields are left unchanged.
put
Updates an existing shop item.
post
Adds a new shop item.
put
Updates an existing shop item variant.
post
Adds a new shop item variant.
delete
Removes a shop item.
put
Sets prices on shop items.
put
Sets quantities on shop items.
put
Sets activate dates on shop items.
get
Gets results for previously queued requests.
get
Gets the authenticated seller's shop settings.
put
Updates the authenticated seller's shop settings.
post
Leaves feedback for a transaction.
post
Leaves order feedback to buyer.
post
Validates a campaign code for a category.
put
Updates the status of a transaction.
Orders
5
Reference Data
7
Search
5
Tradera.Api.Services.Core
6
Users
6
Listings
Sets prices on shop items.
put
/v4/listings/shop-items/prices
Request body
SetPriceOnShopItemsRequest
required
shopItems
SetPriceShopItem[]
nullable
Response
OK
SetPriceOnShopItemsResult
required
queuedRequestResponses
QueuedRequestResponse[]
nullable
validationErrors
SetPriceOnShopItemsError[]
nullable
Changes
No recorded changes to this endpoint across all 1 revision of this API.