商品价值分析接口
接口列表
接口名称 |
url |
说明 |
获取品牌 |
/brands |
|
总量统计接口 |
/total |
|
商品类别分布 |
/value_distribution |
|
商品类别分布 - 月趋势 |
/value_month |
额外分类参数: sign_string |
商品类别分布 - 导出excel |
/vp_skn_month_export |
|
毛利额区间分布图 |
/vp_distribution |
|
SKN明细数据 |
/skn_table |
|
SKN明细数据 - 导出excel |
/skn_table_export |
|
查询通用参数说明
参数 |
说明 |
date_id |
截止日期 |
sign_a |
选择活跃度 |
sign_t |
选择转化率 |
sign_g |
选择交寄贡献 |
sign_p |
选择毛利贡献 |
brands |
选择的品牌id ,分割 |
max_sort_id |
一级分类 |
middle_sort_id |
二级分类 |
small_sort_id |
三级分类 |
接口详情
测试接口需配置Hos: 123.206.1.107 gv.yoho.cn
获取品牌
http://gv.yoho.cn/brands?channel=1
参数
- channel - 频道.
1: 男生, 2: 女生, 3: 潮童, 4: 生活
返回值
{
alg:"SALT_MD5",
code:200,
data:{
all_list:{
A:[
{
brand_alif:"A",
brand_ico:"http://img11.static.yhbimg.com/brandLogo/2016/12/28/13/012d7213e9687b8f324acb481bcbd70cff.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/80",
brand_name:"ABLE JEANS",
brand_keyword:"ABLE JEANS",
type:"2",
brand_name_en:"ABLE JEANS",
shop_template_type:"1",
brand_name_cn:"欧帛牛仔",
hot_keyword:"",
is_show_new:"N",
brand_domain:"ablejeans",
shop_id:367,
is_hot:"Y",
shop_type:1,
id:536
},
...
]
...
}
}
}
总量统计接口
http://gv.yoho.cn/total?date_id=20170216
参考通用参数
返回值
{
code: 200,
data: {
skn: 66587,
g: 48497510,
p: 17557400,
sknTotal: 66587,
gTotal: 48497510,
pTotal: 17557400
}
}