We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"country": "VN",
"seller_id": 331529,
"event_type": "order.status.change",
"data": {
"tracking_number": "BM61556564658",
"order_number": "2023113001",
"courier_name": "Boxme Express",
"courier_tracking_code": "BM61556564658",
"order_type": "b2c",
"status": 210,
"status_name": "Awaiting process at warehouse",
"rts_time": 0,
"shipped_time": 0,
"delivery_time": 0,
"update_time": 1701336279
},
"request_id": "657408c12367d72792d4f403",
"timestamp": 1702103233
}
curl --location --request POST 'https://s.boxme.asia/webhook-url' \
--header 'Authorization: {{WEBHOOK_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "VN",
"seller_id": 331529,
"event_type": "order.status.change",
"data": {
"tracking_number": "BM61556564658",
"order_number": "2023113001",
"courier_name": "Boxme Express",
"courier_tracking_code": "BM61556564658",
"order_type": "b2c",
"status": 210,
"status_name": "Awaiting process at warehouse",
"rts_time": 0,
"shipped_time": 0,
"delivery_time": 0,
"update_time": 1701336279
},
"request_id": "657408c12367d72792d4f403",
"timestamp": 1702103233
}'
{}