Skip to main content

Get Order Detail

curl -X GET \
'https://apistg.ahamove.com/v1/order/detail?token=<TOKEN_STG>&order_id=ABCDEF' \
-H 'cache-control: no-cache'

This API is used to get detail information about an order

HTTP Request

GET https://apistg.ahamove.com/v1/order/detail

Query Parameters

ParameterTypeRequiredDescription
tokenStringYesToken of the user who created the order or token of the Parent account
order_idStringYesorder id

Response

JSON response example:

{
"_id": "ABCDEF",
...# order detail
}

Status-Code: 200 OK

Errors

CodeTextDescription
404Not FoundToken not found
401UnauthorizedUnauthorized
500Internal Server ErrorWe had a problem with our server. Try again later.
503Service UnavailableWe're temporarily offline for maintenance. Please try again later.