We announce the release of a new API version aimed at providing convenience for our partners using the service.
{
"country": "VN",
"seller_id": 334353,
"event_type": "return_order.status.change",
"data": {
"tracking_number": "BM64438422233RE",
"order_number": "SV2510202AF3F33F",
"courier_name": "Boxme Express",
"courier_tracking_code": "854113389645",
"order_type": "exchange",
"pickup_id": 341740,
"status": 504,
"status_name": "On hold",
"note": "On hold: Đơn hàng khiếu nại",
"update_time": 1761639113
},
"request_id": "69007ac97ca0831fd17685a8",
"timestamp": 1761639114
}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": 334353,
"event_type": "return_order.status.change",
"data": {
"tracking_number": "BM64438422233RE",
"order_number": "SV2510202AF3F33F",
"courier_name": "Boxme Express",
"courier_tracking_code": "854113389645",
"order_type": "exchange",
"pickup_id": 341740,
"status": 504,
"status_name": "On hold",
"note": "On hold: Đơn hàng khiếu nại",
"update_time": 1761639113
},
"request_id": "69007ac97ca0831fd17685a8",
"timestamp": 1761639114
}'{}