🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. 示例数据模型
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  • Introduction
  • Authentication
  • User
    • Get user information by ID
    • Extract user user_id
    • Extract user sec_uid
    • Get user video feed
    • Get user liked video feed
    • Get user playlists
    • Get playlist information by ID
    • Get user follower list
    • Get user following list
    • Get user region
    • Get user stories
    • Check ttseller identity
    • Check showcase activated
  • Video
    • Get video information by ID
    • Comments by video ID
    • Get comment replies
    • Comment information by ID
    • Trending categories feed list
    • Trending feed
    • Get video feed by play ID
    • Get video feed by hashtag ID
    • Get video feed by music ID
    • Get hashtag information by ID
    • Get music information by ID
    • Get user music list by user ID
    • Get product related videos
    • Get seller related videos
  • Live
    • Get live information by ID
    • Get live ranking list
    • Get live ranking information by ID
    • Check live stream on
  • Shop
    • Get product information by ID
    • Get seller categories
    • Get product level1 category metadata
    • Get product level2 category metadata
    • Get product level3 category metadata
    • Get seller information by ID
    • Get list of seller products
    • Get seller ID by Share Link
    • Get product ID by Share Link
    • Get web home products by category ID
    • Get video associated product list
    • Get user Related products
  • Search
    • Search user
    • Search video
    • Search hashtag
    • Search music
    • Search live
    • Search product
  • Errors
    • Bad Request (400)
    • Unauthorized (401)
    • Account Key Session Expiry (428)
    • Rate-Limit (429)
    • Server error (500)
  • Key
    • Get information about your API Key
  • 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