stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 1. Trigger scenario
Triggers a webhook message when a product is created
§2 2. Data business parameters
| Parameter name | Data Type | Sample | Description |
|---|---|---|---|
| product_id | int | 1X2X3X4X5 | The identification of a TikTok Shop product |
| product_types | []string | ["GPR_PRODUCT"] | The type of product, including: * COMBINED_PRODUCT: Virtual bundle product. * GPR_PRODUCT: Target products created using the GPR tool |
| update_time | int | 1627587600 | The time when the product was created, represented as a Unix timestamp (seconds). |
§3 Event example
Event example
{
"type": 16,
"tts_notification_id": "7327112393057371910",
"shop_id": "7494049642642441621",
"timestamp": 1644412885,
"data": {
"product_id": 576486316948490000,
"product_types": ["GPR_PRODUCT"],
"update_time": 1644412885
}
}
