跳转到: 导航, 搜索

elive/shopcart

获取购物袋商品清单

URL

https://api.weibo.com/2/proxy/elive/shopcart.json

返回格式

JSON

HTTP请求方式

GET(请求头类型:Content-Type: application/x-www-form-urlencoded)

是否需要登录


关于电商直播接口授权,参见 电商服务商应用 基础能力

访问授权限制

访问级别:高级接口(需要授权) - 仅限电商第三方开发者
频次限制:
关于频次限制,参见 接口访问权限说明

请求参数

参数 必选 类型及范围 说明
access_token true string 采用OAuth授权方式为必填参数,OAuth授权后获得,此参数放在GET请求中
live_id true string 直播间ID

注意事项

返回结果

JSON示例

{
    "code": 100000, 
    "msg": "success", 
    "data": {
        "total": 1, 
        "author_uid_encrypt": "xxxx", 
        "view_uid_encrypt": "xxxx", 
        "list": [
            {
                "iid": "5952781767510030000000094", 
                "uid": 1911048161, 
                "platform_type": "3", 
                "platform_name": "淘宝", 
                "item_id": "595278176751", 
                "title": "半亩花田氨基酸洗面奶洁面乳深层清洁除螨控油去螨虫面部男女学生", 
                "price": "55.00", 
                "org_price": "159.00", 
                "exemption_url": "http://shop.sc.weibo.com/h5/sclick/index", 
                "no_exemption_url": "https://uland.taobao.com/ccoupon/edetail", 
                "pic": "https://img.alicdn.com/imgextra/i2/481323985/O1CN01NxF7Ye1fJAuTk3ZAn_!!481323985.jpg", 
                "commission_price": 10.8, 
                "is_cps": 1, 
                "has_coupon": 1, 
                "coupon_price": "45.00", 
                "currency": "¥", 
                "price_prefix": "起购金额", 
                "price_suffix": "惊爆价", 
                "category_id": "1011", 
                "sub_title": "副标题", 
                "is_add": 0, 
                "is_top": 0, 
                "is_explain": 0, 
                "sort_num": 1, 
                "secret_method": "0", 
                "record_key": "yz_ex", 
                "record_val": "wu", 
                "is_flash": 1, 
                "buyer_uid": "11", 
                "sold": "11", 
                "stock": "11", 
                "source_type": 1
            }
        ], 
        "shop": {
            "name": "xxx", 
            "uid": 1911048161, 
            "show_type": 0, 
            "shop_url": "https://shop.e.weibo.com/shop?id=xxxx", 
            "score": "4.8", 
            "score_prefix": "店铺口碑", 
            "score_suffix": "高"
        }, 
        "cart_url": "https://shop.e.weibo.com/cart?source=living", 
        "order_url": "http://teest/pay.html"
    }
}

关于错误返回值与错误代码,参见 错误代码说明

返回字段说明

返回值字段 字段类型 字段说明
code int 返回状态码,27201-网络原因请重试
author_uid_encrypt string 加密后的主播ID
view_uid_encrypt string 加密后的观众ID
iid string 商品ID
uid string 达人微博UID
platform_type string 平台类型
platform_name string 平台名称
item_id string 外部平台商品标注的ID
price string 价格
org_price string 原始价格
exemption_url string 豁免链接
no_exemption_url string 非豁免链接
commission_price string 佣金
has_coupon string 是否优惠券,0-非,1-是
coupon_price string 优惠后的价格
currency string 货币符号
price_prefix string 价格前缀内容
price_suffix string 价格后缀内容
category_id string 商品三级类目
is_add int 是否被加进购物袋,0-否,1-是
is_top int 是否置顶,1-置顶,0-取消置顶
is_explain int 是否讲解,1-讲解,0-取消讲解
sort_num int 商品序号
secret_method string 加密方法,1-rsa加密,2-服务端下发加密参数
record_key string 跟单加密key
record_val string 跟单加密value
is_flash string 是否是闪购,1-是闪购,0-不是
buyer_uid string 买家UID
sold string 卖出数量
stock string 剩余库存
source_type string 商品来源,0-站外,1-闭环(客户端使用)
shop object 店铺信息
name string 店铺名
uid string 主播UID
show_type string 店铺主播身份,0-达人,1-商家
shop_url string 店铺地址
score string 口碑得分
score_prefix string 口碑文案前缀
score_suffix string 口碑文案后缀
cart_url string 购物车跳转链接
order_url string 小店订单地址

其他

相关问题







文档更新时间: 2024-07-29
api评价