using System; using System.Collections.Generic; using System.Text; namespace AlibabaSDK.Domain { public class ProductAttributeItem { /// /// /// public long attributeID { get; set; } /// /// 面料名称 /// public string attributeName { get; set; } /// /// 德绒(德国拜耳授权的腈纶) /// public string value { get; set; } /// /// /// public string isCustom { get; set; } } public class ProductImage { /// /// /// public List images { get; set; } } public class FenXiaoAttributesItem { /// /// /// public long attributeID { get; set; } /// /// 白色 /// public string attributeValue { get; set; } /// /// /// public string skuImageUrl { get; set; } /// /// 颜色 /// public string attributeName { get; set; } } public class ProductSkuInfosItem { /// /// /// public string cargoNumber { get; set; } /// /// /// public int amountOnSale { get; set; } /// /// /// public long skuId { get; set; } /// /// /// public string specId { get; set; } /// /// /// public double consignPrice { get; set; } /// /// /// public List attributes { get; set; } } public class PriceRangesItem { /// /// /// public int startQuantity { get; set; } /// /// /// public double price { get; set; } } public class ProductSaleInfo { /// /// /// public bool supportOnlineTrade { get; set; } /// /// /// public string mixWholeSale { get; set; } /// /// /// public string priceAuth { get; set; } /// /// /// public double amountOnSale { get; set; } /// /// 件 /// public string unit { get; set; } /// /// /// public int minOrderQuantity { get; set; } /// /// /// public int quoteType { get; set; } /// /// /// public List priceRanges { get; set; } } public class FreightTemplateItem { /// /// 广东省 江门市 蓬江区 /// public string addressCodeText { get; set; } /// /// /// public string fromAreaCode { get; set; } /// /// /// public long id { get; set; } } public class ProductShippingInfo { /// /// /// public long freightTemplateID { get; set; } /// /// /// public double unitWeight { get; set; } /// /// /// public long sendGoodsAddressId { get; set; } /// /// 广东省 江门市 /// public string sendGoodsAddressText { get; set; } /// /// /// public double suttleWeight { get; set; } /// /// /// public List freightTemplate { get; set; } } public class ProductExtendInfosItem { /// /// /// public string key { get; set; } /// /// /// public string value { get; set; } } public class FenXiaoProductInfoGetDomain { /// /// /// public long productID { get; set; } /// /// /// public string productType { get; set; } /// /// /// public long categoryID { get; set; } /// /// 保暖马甲、保暖背心 /// public string categoryName { get; set; } /// /// /// public List productAttribute { get; set; } /// /// /// public string status { get; set; } /// /// 【现货秒发】德绒儿童保暖背心内穿秋冬男童马甲加绒女童德绒吊带 /// public string subject { get; set; } /// ///

本店所有产品支持一件代发,可以申请分销,店铺每天发货,最晚48小时发走,发货时间稳定,快速,
可以承接拼多多淘宝特价京喜这些平台快速发货的要求,运费低于2.5元一单

 

店铺每个款式仓库都有几千件的现货,满99元包邮,申通快递

 

量大从优,本店默认申通快递

 

 

尺码衣长胸围适合身高
均码40cm28cm85-115cm
大码47cm30cm115-145cm

 

gmeTi/6kytQMoEBfUHig1hij5PmifoAOS2bS

德绒

 

本店所有产品支持一件代发,可以申请分销,店铺每天发货,最晚48小时发走,发货时间稳定,快速,可以承接拼多多淘宝特价京喜这些平台快速发货的要求,运费低于2.5元一单



 

 

 

店铺每个款式仓库都有几千件的现货,满99元包物流,韵达快递


量大从优,本店默认韵达快递(需要发邮政,可以在备注上面写一下发邮政就行)


节假日照常是48小时发货



主图_2

主图_3

主图_5

121

undefined

undefined

undefined

undefined

undefined

///
public string description { get; set; } /// /// /// public string language { get; set; } /// /// /// public int periodOfValidity { get; set; } /// /// /// public int bizType { get; set; } /// /// /// public string pictureAuth { get; set; } /// /// /// public string supplierUserId { get; set; } /// /// /// public int qualityLevel { get; set; } /// /// zyy钟月圆815 /// public string supplierLoginId { get; set; } /// /// /// public string mainVedio { get; set; } /// /// /// public string referencePrice { get; set; } /// /// /// public string createTime { get; set; } /// /// /// public string lastUpdateTime { get; set; } /// /// /// public string expireTime { get; set; } /// /// /// public string modifyTime { get; set; } /// /// /// public string approvedTime { get; set; } /// /// /// public string lastRepostTime { get; set; } /// /// zyy钟月圆815 /// public string sellerLoginId { get; set; } /// /// /// public long sellerId { get; set; } /// /// /// public ProductImage productImage { get; set; } /// /// /// public List productSkuInfos { get; set; } /// /// /// public ProductSaleInfo productSaleInfo { get; set; } /// /// /// public ProductShippingInfo productShippingInfo { get; set; } /// /// /// public List productExtendInfos { get; set; } /// /// /// public string sellStartTime { get; set; } } }