Skip to content

Latest commit

History

History
39 lines (29 loc) 路 1.88 KB

Product.md

File metadata and controls

39 lines (29 loc) 路 1.88 KB

AliseeksApi.Product

Properties

Name Type Description Notes
id String The AliExpress item ID [optional]
categoryId String The item category [optional]
companyId String The company ID [optional]
sellerId String The seller ID [optional]
title String The subject / title of the item [optional]
statusId Number The AliExpress status ID [optional]
status String The AliExpress status [optional]
countPerLot Number The number of items per lot [optional]
wishListCount Number Number of times the item has been added to a wishlist [optional]
unit String The unit of the item [optional]
multiUnit String The unit for multiple items [optional]
seller ProductSeller [optional]
reviews ProductReviews [optional]
trade TradeInformation [optional]
promotion ProductPromotion [optional]
productImages [String] The item images [optional]
attributes [ProductAttribute] Attributes associated with the AliExpress product [optional]
htmlDescription String The product HTML description [optional]
priceSummary PriceSummary [optional]
prices [SkuPriceOption] All the variations of an AliExpress item and prices associated with each variation [optional]
shipping [ProductShippingOptions] The shipping options of an AliExpress item [optional]

Enum: StatusEnum

  • active (value: "active")

  • inactive (value: "inactive")