Shop item data, represents a request to add an shop item to the Tradera system.
- Title, The title (short description) of the item (80 chars).
- Description, A long (7000 chars) description of the item.
- CategoryId, The category Id. See the method GetCategories for all available categories.
- AcceptedBuyerId, The types of Buyers allowed to buy the Item. See the method GetAcceptedBidderTypes for a list.
- ShippingOptions, A list of shipping options offered to the buyer of the Item. At most 3 shipping options are allowed if Pickup is included. Otherwise, at most 2 shipping options are allowed. See ItemShipping .
- PaymentOptionIds, An array of ids of Payment types (more than one can be specified).
See the method GetItemFieldValues for a list. - ItemAttributes, Item attributes like: New, Used
- ShippingCondition, Describes Shipping condition for this Item (500 chars)
- PaymentCondition, Describes Payment condition for this Item (500 chars)
- OwnReferences, The sellers own references for this Item (60 chars).
- VAT, VAT for the item. The VAT value can be retrieved from API method GetItemFieldValues .
- ItemImages, Shop item images, an array of ItemImageData objects (max 5 images).
Max accepted size: 4MB - ActivateDate, Date when Shop item will be active on Tradera.
N.B. GetSellerItems does not return items for which this date is in the future. - DeactivateDate, Date when Shop item will be deactivated on Tradera.
- Quantity, 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. - AbsoluteQuantity, 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. - ExternalId, The id of the item in external system if there is any (optional).
- Price, Shop item price.
- AttributeValues, The ItemAttributeValues (tags). See the method GetAttributeDefinitions for all available attribute values. Note that this is not the same as ItemAttributes.
- DescriptionLanguageCodeIso2, The description language code of the item.