tiktok/shop-web/product-detail-v2
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`
Input
Idle
Example output — click Run to generate your own
API README
Get product detail V2 (Less Data)
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_detailorfetch_product_detail_v3Parameters: - 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.

