TikTok modelsapi generation api

tiktok/shop-web/product-detail

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...

Input
Idle

Example output — click Run to generate your own

API README

Get product detail V1(Full data)

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.

Related Models