Webhoook - Tracking
ℹ️ This webhook is intended for use in production environments only.
URL
HTTP Method
Request Body
{
"tracking_number": "OEX1137077",
"shipping_cost": 2000,
"weight": 1000,
"actual_shipping_cost": 0,
"actual_weight": 0,
"logistic_partner": "oexpress",
"logistic_partner_awb": "OEXOEX1137077",
"status": "delivered",
"histories": [
{
"date": "2024-08-21 10:21:00",
"status": "Proof of Delivery - DELIVERED",
"notes": "Package is DELIVERED [DITERIMA] - Receiver : [ROBERT - SECURITY] - Description : [OKE] - Courier : [TEUNGKU RAJA FARISI]",
"pod": "https://core-api.oexpress.id/file_image/new_photo/092023/pod_img_ca14904f-cf69-4e54-ac7a-dd6cf951b381.jpeg",
"proof": "https://core-api.oexpress.id/file_image/new_photo/092023/pod_img_ca14904f-cf69-4e54-ac7a-dd6cf951b381.jpeg",
"flag": "success",
"oex_status": "delivered"
}
],
"pod": {
"date": "2024-08-21 10:21:00",
"latitude": "-6.2274506",
"longitude": "106.8003243",
"pod_photo": "https://core-api.oexpress.id/file_image/new_photo/092023/pod_img_ca14904f-cf69-4e54-ac7a-dd6cf951b381.jpeg",
"pod_signature": "https://core-api.oexpress.id/file_image/new_signature/092023/pod_sgn_b6a423f4-263f-4ce8-9a35-6872d1bb80b6.jpeg",
"pod_receiver_name": "ROBERT",
"pod_relation_name": "SECURITY"
},
"type": "tracking"
}
Field Description
Response
Response Name | Description |
---|---|
OK 200 | Success |
Not Found 404 | Data Not Found |
Modified at 2024-08-22 06:17:53