We announce the release of a new API version aimed at providing convenience for our partners using the service.
Get Order Detail and Get Order List API Responsestore_created_time: The timestamp when the order was created on the marketplace (e.g., Shopee, Lazada). This represents the original order creation date/time.first_delivery_time: The timestamp of the first delivery attempt, i.e., when the parcel was first dispatched or handed over to the receiver.failed_delivery_reason: The reason why a delivery attempt failed, such as: customer not available, wrong address, or unable to contact receiver.delivery_attempt: The number of delivery attempts made for the order. This counter increments each time the courier tries to deliver.delivery_success_time: The timestamp when the order was successfully delivered to the customer (completed delivery).return_success_time: The timestamp when the return process is completed successfully, after the parcel has been returned, inspected and re-stocked in the warehouse.{
// ...
"items": [
{
// ...
"store_created_time": 1753981745,
"first_delivery_time": 1754121896,
"failed_delivery_reason": "Giao hàng lần 1: Delay giao hàng vì KH hẹn ngày giao. Thời gian hẹn: Sáng 2025-08-06 - Tất cả khung giờ",
"delivery_attempt": 2,
"delivery_success_time": 1755270869,
"return_success_time": 1755260296
}
]
}Get Order ListGet Order Detailstore_created_timefirst_delivery_timefailed_delivery_reasondelivery_attemptdelivery_success_timereturn_success_time