Skip to main content

(16) Product creation

1. Trigger scenario

Triggers a webhook message when a product is created

2. Data business parameters

Parameter nameData TypeSampleDescription
product_idint1X2X3X4X5The 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_timeint1627587600The time when the product was created, represented as a Unix timestamp (seconds).

Event example

JSONWord Wrap

{
"type": 16,
"tts_notification_id": "7327112393057371910",
"shop_id": "7494049642642441621",
"timestamp": 1644412885,
"data": {
"product_id": 576486316948490000,
"product_types": [
"GPR_PRODUCT"
],
"update_time": 1644412885
}
}