Listings

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/v4/listings/items

Request body

titlestring nullable
ownReferencesstring[] nullable
categoryIdinteger
durationinteger
restartsinteger
startPriceinteger
reservePriceinteger
buyItNowPriceinteger
descriptionstring nullable
paymentOptionIdsinteger[] nullable
acceptedBidderIdinteger

The types of bidders allowed for the Item. Possible values: 1 = Sweden, 3 = International, 4 = EU. See the method !:PublicService.GetAcceptedBidderTypes for the authoritative list.

expoItemIdsinteger[] nullable
customEndDatestring date-time nullable
itemAttributesinteger[] nullable
itemTypeinteger
autoCommitboolean
vatinteger nullable
shippingConditionstring nullable
paymentConditionstring nullable
campaignCodestring nullable
descriptionLanguageCodeIso2string nullable
restartedFromItemIdinteger nullable

Response

OK

requestIdinteger
itemIdinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.