🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. 示例数据模型
🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  • 简介
  • 身份验证
  • 用户数据
    • 通过ID获取用户信息
    • 获取用户视频列表
    • 获取用户粉丝列表
    • 获取用户关注列表
    • 获取用户地区
    • 获取用户故事
    • 获取用户点赞的视频列表
    • 获取用户播放列表
    • 通过 ID 获取播放列表信息
    • 验证是否为TTS商家账户
    • 提取用户 user_id
    • 提取用户 sec_uid
    • 验证达人是否开通橱窗
  • 视频数据
    • 通过 ID 获取视频信息
    • 分类下的热门视频列表
    • 热门视频列表
    • 通过话题标签 ID 获取视频列表
    • 通过音乐 ID 获取视频列表
    • 通过播放 ID 获取视频列表
    • 按 ID 查询评论信息
    • 通过视频ID获取评论列表
    • 获取评论的回复列表
    • 通过 ID 获取话题标签信息
    • 通过 ID 获取音乐信息
    • 通过用户 ID 获取用户音乐列表
    • 获取与产品相关的视频列表
    • 获取与小店相关的视频列表
  • 直播数据
    • 通过 ID 获取直播间信息
    • 获取直播间榜单列表
    • 通过ID获取直播间榜单信息
    • 检查直播间是否开播
  • 产品数据
    • 通过 ID 获取产品信息
    • 获取小店的分类
    • 获取产品一级类别元数据
    • 获取产品二级类别元数据
    • 获取产品三级类别元数据
    • 通过 ID 获取小店数据
    • 获取小店内的产品列表数据
    • 通过分享链接获取小店 ID
    • 通过分享链接获取产品 ID
    • 通过类别 ID 获取web首页产品数据
    • 获取视频相关的产品列表
    • 获取用户相关产品列表
  • 搜索
    • 搜索用户
    • 搜索视频
    • 搜索标签
    • 搜索音乐
    • 搜索直播
    • 搜索产品
  • 错误码
    • 错误请求 (400)
    • 未经授权 (401)
    • 账户密钥会话过期 (428)
    • 接口限流 (429)
    • 服务器错误 (500)
  • 密钥
    • 获取有关您的 API 密钥的信息
  • Schemas
    • 示例数据模型
      • UserInfo
      • UserFollowers
      • UserFollowing
      • UserRegion
      • UserVideoList
      • VideoInfo
      • VideoComments
      • VideoCommentsReplies
      • CommentInfo
      • ProductInfo
      • SellerCategories
      • TrendingVideoList
      • TrendingFeed
      • UserStories
      • UserLikedFeed
      • SearchUser
      • SearchVideo
      • SearchHashTag
      • SearchMusic
      • SearchLive
      • SearchProduct
      • UserPlayList
      • PlayListInfo
      • VideoListByPlayId
      • HashtagInfo
      • VideoListByHashtagId
      • VideoListByMusicId
      • MusicInfo
      • UserMusicList
      • LiveInfo
      • LiveRankingList
      • LiveRankingInfo
      • CheckLiveOn
      • ExtractId
      • CategoryMetaData
      • SellerInfo
      • SellerProductList
      • ShareLink
      • HomeCategoryProductList
      • ProductIds
      • VideoIds
  1. 示例数据模型

SellerProductList

{
    "code": 0,
    "msg": "string",
    "data": {
        "component_type": "string",
        "component_name": "string",
        "fe_config": {},
        "component_data": {
            "total_product_count": 0,
            "has_more": true,
            "products": [
                {
                    "product": {
                        "product_id": "string",
                        "title": "string",
                        "image": {
                            "height": 0,
                            "width": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ]
                        },
                        "product_price_info": {
                            "sku_id": "string",
                            "symbol_position": 0,
                            "show_currency_space": true,
                            "currency_show_mode": 0,
                            "currency_name": "string",
                            "currency_symbol": "string",
                            "sale_price_decimal": "string",
                            "origin_price_decimal": "string",
                            "sale_price_format": "string",
                            "origin_price_format": "string",
                            "discount_format": "string",
                            "discount_decimal": "string",
                            "price_prefix": "string",
                            "reduce_price_format": "string",
                            "single_product_price_format": "string",
                            "single_product_price_decimal": "string",
                            "sale_price_integer_part_format": "string",
                            "sale_price_decimal_part_format": "string",
                            "decimal_point_symbol": "string",
                            "promotion_deduction_details": {
                                "seller_subtotal_deduction": "string",
                                "seller_subtotal_deduction_decimal": "string"
                            }
                        },
                        "rate_info": {
                            "score": 0,
                            "review_count": "string"
                        },
                        "sold_info": {
                            "sold_count": 0
                        },
                        "seller_info": {
                            "seller_id": "string",
                            "shop_name": "string",
                            "shop_logo": {
                                "height": 0,
                                "width": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ]
                            }
                        },
                        "seo_url": {
                            "updated_at": "string",
                            "canonical_url": "string",
                            "slug": "string",
                            "type": 0,
                            "version": 0
                        },
                        "product_marketing_info": {
                            "placement_labels": {
                                "0": [
                                    "string"
                                ],
                                "1": [
                                    "string"
                                ],
                                "3": [
                                    "string"
                                ],
                                "10": [
                                    "string"
                                ]
                            }
                        }
                    },
                    "enter_shop_pdp_schema": "string"
                }
            ],
            "next_search_param": "string",
            "base_resp": {
                "StatusCode": 0,
                "StatusMessage": "string"
            }
        }
    }
}
Built with