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