获取商品详情V1(桌面端-数据完整)/Get product detail V1(Full data)
TikTokapi
About
获取商品详情V1(桌面端-数据完整)/Get product detail V1(Full data)
Documentation
获取商品详情V1(桌面端-数据完整)/Get product detail V1(Full data)
[中文]
用途:
- 获取TikTok Shop商品的详细信息
- 包含商品基本信息、价格、库存、评价、推荐商品等完整数据
- 某些特殊地区的商品可能无法获取到数据(如:泰国),如果遇到此情况请尝试使用
fetch_product_detail_v3接口
参数:
- seller_id: 卖家ID (可传空字符串)
- product_id: 商品ID (必填)
- region: 地区代码 (US/GB/SG/MY/PH/TH/VN/ID)
重要提示:
- 由于接口风控原因,请务必将请求timeout设置为30秒
- 如遇到400错误代码,请重试请求3次
返回数据结构:
{
"code": 0,
"message": "success",
"data": {
"global_fe_config": {}, // 全局前端配置
"components_map": [], // 组件映射列表
"global_data": { // 全局数据
"product_info": {}, // 商品信息
"seller_info": {}, // 卖家信息
"shipping_info": {}, // 物流信息
"review_info": {} // 评价信息
}
}
}
[English]
Purpose:
- Get detailed information of TikTok Shop products
- Contains complete data including basic info, price, stock, reviews, recommendations
- Some products from specific regions may not be accessible (e.g., Thailand); if so, try using
fetch_product_detail_v3
Parameters:
- seller_id: Seller ID (can be empty string)
- product_id: Product ID (required)
- region: Region code (US/GB/SG/MY/PH/TH/VN/ID)
Important Notice:
- Due to API rate limiting, please set request timeout to 30 seconds
- If you encounter error code 400, please retry the request 3 times
Response Structure:
{
"code": 0,
"message": "success",
"data": {
"global_fe_config": {}, // Global frontend config
"components_map": [], // Component mapping list
"global_data": { // Global data
"product_info": {}, // Product information
"seller_info": {}, // Seller information
"shipping_info": {}, // Shipping information
"review_info": {} // Review information
}
}
}
[示例/Example]
seller_id = "7494629757824764402" product_id = "1729556436942358002" region = "MY"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取商品详情V1(桌面端-数据完整)/Get product detail V1(Full data)
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取热卖商品列表/Get hot selling products listTikTokapi获取商品详情V2(移动端-数据少)/Get product detail V2 (Less Data)TikTokapi获取商品详情V3(移动端-数据完整)/Get product detail V3 (Full Data)TikTokapi通过分享链接获取商品ID/Get Product ID by Share LinkTikTokapi获取商品评论V1/Get product reviews V1TikTokapi获取商品评论V2/Get product reviews V2TikTokapi根据分类ID获取商品列表/Get products by category IDTikTokapi获取商品分类列表/Get product category listTikTokapi