{
"event_type": "order.status_update",
"event_id": "a8a59df0-516d-11f0-9ca2-31daad0e4f7f",
"data": {
"order.id": 42401,
"order.status": "Printing",
"order.previous_status": "reviewing",
"order.current_status": "processing",
"order.metadata": {
"crm_deal_id": "D-1042"
}
},
"timestamp": 1750819187,
"date_time": "2025-06-25 02:39:47"
}Webhook Events
Order Status Change
Webhook payload for order status updates
WEBHOOK
orderStatusUpdate
{
"event_type": "order.status_update",
"event_id": "a8a59df0-516d-11f0-9ca2-31daad0e4f7f",
"data": {
"order.id": 42401,
"order.status": "Printing",
"order.previous_status": "reviewing",
"order.current_status": "processing",
"order.metadata": {
"crm_deal_id": "D-1042"
}
},
"timestamp": 1750819187,
"date_time": "2025-06-25 02:39:47"
}This webhook is sent when an order changes status. The payload includes the updated order identifier and status.
Authorizations
Bearer token authentication using your thanks.io API key
Body
application/json
Response
200
Webhook received
Was this page helpful?