Skip to main content

(3) Recipient address update

1. Trigger scenario

The recipient address update webhook triggers when an order recipient's address is updated.

2. Data business parameters

Parameter nameSampleDescription
order_id1X2X3X4X5The identification of a TikTok Shop order
update_time1627587600The time when recipient address is updated, represented as a Unix timestamp (seconds).

Event example

JSONWord Wrap

{
"type": 3,
"shop_id": "7494049642642441621",
"timestamp": 1644412885,
"data": {
"order_id": "576486316948490001",
"update_time": 1644412885
}
}