Adds a new shop item variant.
Request body
The title (short description) of the item (80 chars).
A long (7000 chars) description of the item.
The category Id. See the method !:PublicService.GetCategories for all available categories.
The types of Buyers allowed to buy the Item. See the method !:PublicService.GetAcceptedBidderTypes for a list.
An array of ids of Payment types (more than one can be specified). See the method !:PublicService.GetItemFieldValues for a list.
Item attributes like: New, Used
Describes Shipping condition for this Item (500 chars)
Describes Payment condition for this Item (500 chars)
The sellers own references for this Item (60 chars).
VAT for the item. The VAT value can be retrieved from API method !:PublicService.GetItemFieldValues.
Date when Shop item will be active on Tradera.
Date when Shop item will be deactivated on Tradera.
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.
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.
The id of the item in external system.
Shop item price.
Required id of the item in external system.
The description language code of the item.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.