由于淘宝联盟关闭了旧版猜你喜欢,换成新的,维易相应推出新版的“猜你喜欢”接口,文档参考http://wsd.591hufu.com/doc/pintuanjiekou
以下是猜你喜欢接口返回值字段含义说明:
{
"category_id": 50011978, --分类ID
"category_name": "化妆水/爽肤水", --分类名
"commission_rate": "30.0", --佣金率,此值为百分比,如这里30%
"coupon_amount": 150, --优惠券面额,即150元的券
"coupon_end_time": "1570723199000", --优惠券有效期结束时间戳
"coupon_remain_count": 9995, --优惠券可领取的余量
"coupon_start_fee": "160.0", --优惠券使用起步条件,即需要购买160元的商品才能使用。
"coupon_start_time": "1568995200000", --优惠券开始时间戳
"coupon_total_count": 10000, --优惠券总量
"item_description": "换季敏感修护 缓解干痒红肿痛 补水保湿", --产品摘要描述
"item_id": 536855929122, --产品ID
"level_one_category_id": 1801, --淘宝一级分类ID,
"level_one_category_name": "美容护肤/美体/精油", --淘宝一级分类名
"nick": "meier美尔旗舰店", --店铺名称
"pict_url": "//img.alicdn....c.jpg", --产品主图
"presale_deposit":0, //预售商品-定金(元)
"presale_end_time":0, //预售商品-付定金结束时间(毫秒)
"presale_start_time":0, //预售商品-付定金开始时间(毫秒)
"presale_tail_end_time":0, //预售商品-付尾款结束时间(毫秒)
"presale_tail_start_time":0, //预售商品-付尾款开始时间(毫秒)
"seller_id": 1089614032, --卖家ID
"shop_title": "meier美尔旗舰店", --店铺名
"short_title": "美尔寡肽淡化痘印冻干粉喷雾爽肤水", --短标题
"small_images": [
"//img.ali.....jpg", //其它非首张主图
],
"title": "美尔寡肽原液淡化痘印冻干粉喷雾修护敏感肌男女士补水保湿爽肤水", --完整标题
"user_type": 1, --店铺类型,1-是天猫,0-是淘宝集市
"volume": 279, --近30天销量
"white_image": "https://img....png", --白底图,比主图美观,无牛皮癣
"zk_final_price": "169.9" --折后价,即淘宝使用优惠券前的真实售价
}
有关猜你喜欢的参数使用说明请参考文档。