Listings

Adds a new shop item variant.

post/v4/listings/shop-items/variant

Request body

titlestring nullable

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

descriptionstring nullable

A long (7000 chars) description of the item.

categoryIdinteger nullable

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

acceptedBuyerIdinteger nullable

The types of Buyers allowed to buy the Item. See the method !:PublicService.GetAcceptedBidderTypes for a list.

paymentOptionIdsinteger[] nullable

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

itemAttributesinteger[] nullable

Item attributes like: New, Used

shippingConditionstring nullable

Describes Shipping condition for this Item (500 chars)

paymentConditionstring nullable

Describes Payment condition for this Item (500 chars)

ownReferencesstring[] nullable

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

vatinteger nullable

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

activateDatestring date-time nullable

Date when Shop item will be active on Tradera.

deactivateDatestring date-time nullable

Date when Shop item will be deactivated on Tradera.

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.

externalIdinteger nullable

The id of the item in external system.

priceinteger nullable

Shop item price.

sellerPartNostring nullable

Required id of the item in external system.

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.