🇺🇸 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. 示例数据模型

SearchProduct

{
    "code": 0,
    "msg": "string",
    "data": {
        "status_code": 0,
        "e_com_items": [
            {
                "type": 0,
                "product_info": {
                    "product_id": 0,
                    "title": "string",
                    "cover": "string",
                    "img": [
                        "string"
                    ],
                    "price": 0,
                    "currency": "string",
                    "elastic_img": null,
                    "source": "string",
                    "format_price": "string",
                    "currency_format": {
                        "decimal_symbol": "string",
                        "separator": "string",
                        "separator_index": null,
                        "symbol_between": "string"
                    },
                    "platform": 0,
                    "schema": "string",
                    "celling_price": "string",
                    "floor_price": "string",
                    "source_from": 0,
                    "seller_product_info": {
                        "seller_id": 0,
                        "seller_name": "string",
                        "icon": {
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "width": 0,
                            "height": 0,
                            "url_prefix": null
                        },
                        "seller_id_str": "string",
                        "shop_status": 0,
                        "shop_selling_point": null,
                        "shop_creator_info": {
                            "user_id": "string",
                            "role": 0
                        }
                    },
                    "label_group": null,
                    "product_id_str": "string",
                    "chain_key": "string",
                    "sold_count": 0,
                    "promotion_items": null,
                    "promotion_logos": [
                        "string"
                    ],
                    "currency_symbol": "string",
                    "format_price_number": "string",
                    "product_rating": "string",
                    "sell_points": null,
                    "is_from_recommendation": true,
                    "long_img": null,
                    "biz_type": 0,
                    "price_label_items": [
                        "string"
                    ],
                    "warehouse_label_items": [
                        "string"
                    ],
                    "price_prefix": "string",
                    "skc_list": null,
                    "quick_ab_list": null,
                    "filter_search_image": null,
                    "sku_ids": [
                        "string"
                    ],
                    "search_card_add_button_ui": 0,
                    "add_to_cart_button": {
                        "status": 0,
                        "click_hint": "string",
                        "desc": "string"
                    },
                    "review_count": 0,
                    "title_show_line": 0,
                    "line_position_order": null,
                    "buy_now_button": {
                        "status": 0,
                        "desc": "string"
                    },
                    "view_in_shop_button": {
                        "status": 0,
                        "desc": "string",
                        "schema": "string"
                    },
                    "show_new_user_style": true,
                    "starling_discount": "string",
                    "line_position_order_v1": null,
                    "bcm_standard_track": {
                        "track_param": {
                            "bcm_multiverse_id": "string"
                        },
                        "chain_param": {
                            "bcm_multiverse_id": "string"
                        }
                    }
                },
                "search_result_id": "string",
                "item_key": "string"
            }
        ],
        "cursor": 0,
        "has_more": 0,
        "extra": {
            "now": 0,
            "logid": "string",
            "fatal_item_ids": [
                "string"
            ],
            "search_request_id": "string",
            "api_debug_info": null
        },
        "log_pb": {
            "impr_id": "string"
        },
        "global_doodle_config": {
            "keyword": "string",
            "display_filter_bar": 0,
            "new_source": "string",
            "search_channel": "string",
            "tns_search_result": "string",
            "hide_results": true,
            "feedback_survey": [
                {
                    "feedback_type": "string",
                    "multiple_choices": [
                        {
                            "key": "string",
                            "value": "string",
                            "type": "string"
                        }
                    ],
                    "long_stress_info": [
                        {
                            "key": "string",
                            "value": "string",
                            "type": "string"
                        }
                    ],
                    "send_us_multiple_choices": [
                        {
                            "key": "string",
                            "value": "string",
                            "type": "string"
                        }
                    ]
                }
            ],
            "hit_shark": true,
            "hit_dolphin": true,
            "feel_good_btn_idx": 0,
            "feel_good_v3": {
                "survey_id": "string",
                "extra_info": "string",
                "schema": "string",
                "submit_id": "string"
            },
            "content_card_auto_play_config": {
                "auto_play_duration": 0,
                "expose_ratio": 0,
                "phone_levels": [
                    0
                ],
                "network_access_list": [
                    0
                ],
                "card_types": [
                    0
                ],
                "expose_ratio_obj": {
                    "top": 0,
                    "bottom": 0
                }
            },
            "voucher_reward_info_config": {
                "is_show_voucher_reward": true,
                "voucher_reward_required_count": 0
            },
            "insert_recommend_goods_info": {
                "enable_recommend_goods": true
            }
        },
        "feedback_type": "string",
        "filter_groups": [
            {
                "type": 0,
                "filter_button": [
                    {
                        "unique_id": "string",
                        "label": "string",
                        "style": 0,
                        "sub_buttons": [
                            {
                                "unique_id": "string",
                                "label": "string",
                                "style": 0,
                                "label_raw_text": "string"
                            }
                        ],
                        "label_raw_text": "string"
                    }
                ],
                "label_starling_key": "string",
                "label_starling_key_n": "string",
                "style": 0,
                "label": "string",
                "selected_label": "string",
                "filter_bar_priority": 0,
                "label_raw_text": "string",
                "classification": "string",
                "currency_symbol": "string",
                "symbol_position": 0,
                "number_symbol_separator": "string"
            }
        ],
        "sorters": [
            "string"
        ],
        "correct_info": {
            "correct_keyword": "string",
            "correct_level": 0,
            "uncorrected_text": "string",
            "replace_text": "string"
        },
        "e_com_creator_items": [
            "string"
        ],
        "result_type": 0,
        "gs_group": [
            "string"
        ],
        "e_com_shop_card_items": [
            "string"
        ],
        "server_perf_info": {
            "server_inner_cost": [
                "string"
            ],
            "server_search_receive_timestamp": "string",
            "server_search_response_timestamp": "string",
            "server_search_perf_detail": "string",
            "module_info": {
                "activity": 0,
                "correct_word": 0,
                "creator": 0,
                "goods": 0,
                "goods_ad": 0,
                "gs_word": 0,
                "guide_position": 0,
                "live": 0,
                "live_ad": 0,
                "related_word": 0,
                "shop": 0,
                "video": 0,
                "video_ad": 0
            },
            "client_request_id": "string"
        },
        "voucher_cards": null,
        "search_query_info": {
            "query_category_id": "string"
        },
        "e_com_style": {
            "display_single_column": true,
            "discount_label_type": 0
        },
        "guide_type": 0,
        "backtrace": "string",
        "search_query_fed_info": {
            "rel_count_2": "string"
        },
        "guide_position": 0,
        "suggested_search": null,
        "filter_groups_v2": [
            "string"
        ],
        "api_version": "string",
        "debug_friendly_info": {
            "debug_parallel_engine_fine_rank_400": {
                "extra_info": "string"
            }
        },
        "is_hit_cache": "string",
        "quick_filter": [
            "string"
        ],
        "quick_filter_type": 0,
        "top_e_com_items": null,
        "is_non_personalized_search": 0,
        "libra_params": [
            "string"
        ],
        "search_cart_info": {
            "schema": "string",
            "count": 0
        },
        "quick_filter_loca_pre_group_type": 0,
        "search_promotion_result": {
            "marketing_title": "string",
            "vouchers": [
                "string"
            ],
            "sheet_notice": "string",
            "search_vouchers": [
                "string"
            ],
            "claim_success_toast": "string",
            "claim_fail_toast": "string",
            "search_dynamic_vouchers": null,
            "dynamic_not_show_with_category_voucher_range": 0,
            "voucher_bar_vouchers": null,
            "new_user_right_info_list": null,
            "empty_reason_map": {
                "bannerVoucherStatus": "string",
                "filterSupportVoucherBannerStatus": "string",
                "filterSupportVoucherPopupStatus": "string",
                "pendantVoucherStatus": "string",
                "popupVoucherStatus": "string",
                "promotionSwitcherStatus": "string",
                "redEnvelopeStatus": "string"
            },
            "need_sweep_light_effect": true,
            "search_promotion_penetrate_info": {
                "ecom_stream_info": "string"
            }
        },
        "force_show_filter_panel_button": true,
        "navigation_words": {
            "gs_group_id": "string",
            "gs_group_name": "string",
            "gs_words": [
                "string"
            ],
            "style": {
                "overall_style": {
                    "light": "string",
                    "dark": "string"
                },
                "single_style": {
                    "light": "string",
                    "dark": "string"
                },
                "single_style_active": {
                    "light": "string",
                    "dark": "string"
                },
                "image_style": 0
            },
            "function_type": 0,
            "da_info": {
                "filter_classification": "string",
                "filter_id": "string",
                "filter_option_id": "string",
                "filter_option_name": "string",
                "guide_has_picture": "string"
            }
        },
        "to_next_page_param": "string",
        "last_search_pid_list": "string",
        "filter_origin_search_id": "string",
        "return_to_server_content": "string",
        "sorter_filter_style": {
            "sorter_style": "string",
            "filter_style": "string"
        }
    }
}
Built with