获取直播带货商品列表
拥有此API的权限集 |
---|
商品管理-查询 |
请求方式及url
- 请求方式:
POST
- 请求头:
Content-Type:application/json
接口地址:
https://api.xiaoe-tech.com/xe.alive.commerce.list/1.0.0
频率限制:
10秒3000次
在线调试工具
请求
响应
请求参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
access_token | 是 | string | 专属token |
buz_data.alive_id | 是 | string | 直播资源id |
buz_data.type | 是 | int | 查询类型:1为查询直播带货类型 |
buz_data.page | 否 | int | 页码,默认1; |
buz_data.page_size | 否 | int | 页码,默认10; |
请求示例
{
"access_token":"xe_xxxxx",
"buz_data":{
"type":1,
"alive_id":"l_6195c4d1e4b0c005c9919856",
"page":1
}
}
返回参数
参数名 | 类型 | 说明 |
---|---|---|
code | int | 返回码 |
msg | string | 返回信息 |
data | array | 返回值 |
data
返回值
参数名 | 类型 | 说明 |
---|---|---|
resource_type | int | 商品资源类型(详见说明页) |
resource_id | int | 商品id |
title | int | 商品名称 |
img_url | int | 商品图片 |
price | int | 商品原价格 |
line_price | int | 商品划线价 |
show_stock | int | 是否显示库存 |
order_num | int | 订单数 |
id | int | 商品resource_id |
cr_id | int | 关联id |
content_app_id | int | 分销店铺id |
hide_sub_count | int | 是否隐藏销量 |
is_activity | int | 是否有营销活动 |
activity_type | int | 营销活动类型 activity_type 3:限时折扣4:好友助力5:裂变海报6:拼团7:涨粉神器8:秒杀 |
activity_price | int | 营销活动价格 |
start_at | int | 活动开始时间 |
end_at | int | 活动结束时间 |
now_stock | int | 当前库存 |
resource_rights_type | int | 超级会员类型 |
svip_price | int | 超级会员价格 |
sec_kill_user_is_subscribe | int | 用户是否预约秒杀 |
sec_kill_is_preheat | int | 是否开启预约秒杀 |
sec_kill_preheat_time | int | 倒计时秒杀 |
sec_kill_is_subscribe | int | 是否开启预热 |
sec_kill_subscribe_time | int | 预热时间 |
target_url | int | 商品详情跳转链接 |
pageNum | int | 当前页数 |
total | int | 总数量 |
preferential_price | int | 券后价 |
coupon_id | int | 可领优惠券id |
err_code | int | 优惠券接口错误码 |
teacher_auth | int | 讲师端是否有权限编辑隐藏显示按钮 1-无权限 2-有权限 |
is_display_package | int | 该商品是否显示带货 1-显示 0-隐藏 |
goods_desc | string | 亮点描述 |
resource_type_name | string | 商品类型名称 |
resource_type_name_en | string | 商品类型英文名称 |
spu_type | string | 商品中心类型 |
返回示例
{
"code": 0,
"msg": "success",
"data": [
{
"activity_price": 0,
"activity_type": 0,
"content_app_id": "",
"count": 110,
"cr_id": 1,
"end_at": "",
"goods_brief_text": "spring121",//商品简介
"goods_desc": "",
"hide_sub_count": 0,
"id": "g_6194cda2dd766_BoYp5GKe82",
"img_url": "https://wechatapppro-1252524126.file.myqcloud.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/kw3b7cwu0zbk.png",
"is_activity": 0,
"is_display_package": 1,
"line_price": 0,
"now_stock": 0,
"order_num": 0,
"pageNum": 1,
"price": 2,
"resource_id": "SPU_ENT_6371419229079390b2Csw40",
"resource_rights_type": 0,
"resource_type": 21,
"resource_type_name": "实物商品",
"resource_type_name_en": "Entity",
"sec_kill_is_preheat": 0,
"sec_kill_is_subscribe": 0,
"sec_kill_preheat_time": "",
"sec_kill_subscribe_time": 0,
"sec_kill_user_is_subscribe": 0,
"show_stock": 1,
"spu_type": "ENT",
"start_at": "",
"stock": 110,
"svip_price": 0,
"target_url": "https://appAKLWLitn7978.h5.xiaoeknow.com/v1/goods/goods_detail/SPU_ENT_6371419229079390b2Csw40?type=2",
"title": "spring121",
"teacher_auth": 1,
"total": 9
}
]
}