Listings

Adds a new shop item.

post/v4/listings/shop-items

Request body

activateDatestring date-time nullable

Date when Shop item will be active on Tradera. N.B. M:Tradera.Api.Services.Core.Contracts.IRestrictedServiceSoap.GetSellerItems(Tradera.Api.Services.Core.Contracts.Restricted.GetSellerItemsSoapRequest) does not return items for which this date is in the future.

acceptedBuyerIdinteger nullable

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

categoryIdinteger nullable

The category Id. See the method !:PublicService.GetCategories for all available categories.

deactivateDatestring date-time nullable

Date when Shop item will be deactivated on Tradera.

itemAttributesinteger[] nullable

Item attributes like: New, Used

descriptionstring nullable

A long (7000 chars) description of the item.

paymentConditionstring nullable

Describes Payment condition for this Item (500 chars)

priceinteger nullable

Shop item price.

quantityinteger nullable

Modify the available quantity for this Item. This is a delta and will be added to the current quantity. Use a negative value to decrease the quantity.

absoluteQuantityinteger nullable

Set the quantity to an absolute value, regardless of the current quantity. It is not allowed to provide both AbsoluteQuantity and Quantity in the same request.

shippingConditionstring nullable

Describes Shipping condition for this Item (500 chars)

titlestring nullable

The title (short description) of the item (80 chars).

vatinteger nullable

VAT for the item. The VAT value can be retrieved from API method !:PublicService.GetItemFieldValues.

paymentOptionIdsinteger[] nullable

An array of ids of Payment types (more than one can be specified). See the method !:PublicService.GetItemFieldValues for a list.

ownReferencesstring[] nullable

The sellers own references for this Item (60 chars).

externalIdinteger nullable

The id of the item in external system if there is any (optional).

descriptionLanguageCodeIso2string nullable

The description language code of the item.

Response

OK

requestIdinteger
itemIdinteger

Changes

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