Get detail of a order#
This api is used to get detail of an orderKey | Value | Description |
---|
Content-Type | application/json | |
Authorization | Bearer {token} | Partner token |
Key | Type | Required | Description |
---|
order_id | string | true | Order ID |
* HTTP Code: 200
* JSON body format{
"_id": "225T1WK0",
"app": "AhaMove",
"board_distance": 0,
"board_duration": 0,
"cancel_by_user": true,
"cancel_comment": "Partner want to cancel",
"cancel_time": 1663925193.551306,
"city_id": "SGN",
"complete_distance": 0,
"complete_duration": 0,
"create_time": 1663924831,
"currency": "VND",
"delay_until": 1663924831,
"discount": 0,
"distance": 5.45,
"distance_fee": 37000,
"distance_tracked": 0,
"duration": 1401,
...
}
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://partner-apistg.ahamove.com//v3/orders/24ABCDEF' \
--header 'Authorization: Bearer <token>'
Responses
application/json Modified at 2025-09-24 02:04:55