Skip to main content

(1) Order status change

1. Trigger scenario

The order status change webhook is triggered when the order_status of an order changes.

2. Data business parameters

Parameter nameSampleDescription
order_id576462377512830168The identification of a TikTok Shop order
order_statusCANCELThe most recent order status, with possible values: * UNPAID * ON_HOLD * AWAITING_SHIPMENT * AWAITING_COLLECTION * CANCEL * IN_TRANSIT * DELIVERED * COMPLETED
is_on_hold_orderfalseIndicates whether the order has experienced or will experience ON_HOLD status
update_time1627587505The order status update time, represented as a Unix timestamp (seconds).

Event example

JSONWord Wrap

{
"type": 1,
"tts_notification_id": "7327112393057371910",
"shop_id": "7494049642642441621",
"timestamp": 1644412885,
"data": {
"order_id": "576486316948490001",
"order_status": "UNPAID",
"is_on_hold_order": false,
"update_time": 1644412885
}
}