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.lazada.rts",
"data": {
"tracking_number": "BM61556564658",
"order_number": "2023113001",
"status": 280,
"status_name": "Waiting to handover",
"rts_time": 0
},
"request_id": "657405ca5e492f3c6f4dd838",
"timestamp": 1702102474
}
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.lazada.rts",
"data": {
"tracking_number": "BM61556564658",
"order_number": "2023113001",
"status": 280,
"status_name": "Waiting to handover",
"rts_time": 0
},
"request_id": "657405ca5e492f3c6f4dd838",
"timestamp": 1702102474
}'
{}