获取商品详情V2(移动端-数据少)/Get product detail V2 (Less Data)

TikTokapi

About

获取商品详情V2(移动端-数据少)/Get product detail V2 (Less Data)

Documentation

获取商品详情V2(移动端-数据少)/Get product detail V2 (Less Data)

[中文]

用途:

  • 获取TikTok Shop商品详情(移动端接口)
  • 数据结构更精简,响应速度更快
  • 此接口返回的数据更少,如果需要更完整的数据请使用 fetch_product_detailfetch_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": {
        "productDetailSchema": {},    // 商品详细信息
        "productCategoryInfoSchema": {}, // 分类信息
        "pdpRelatedKwSchema": [],     // 相关关键词
        "productsForComponentListSchema": [] // 推荐商品组件
    }
}

[English]

Purpose:

  • Get TikTok Shop product details (Mobile API)
  • More streamlined data structure with faster response
  • This API returns less data; for more complete data, use fetch_product_detail or 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": {
        "productDetailSchema": {},    // Product details
        "productCategoryInfoSchema": {}, // Category info
        "pdpRelatedKwSchema": [],     // Related keywords
        "productsForComponentListSchema": [] // Recommended product components
    }
}

[示例/Example]

seller_id = "7494629757824764402" product_id = "1729556436942358002" region = "MY"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取商品详情V2(移动端-数据少)/Get product detail V2 (Less Data)

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models