Skip to main content

Get Order Tracking Link

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

This API is used to get the shared link for order tracking

HTTP Request

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

Query Parameters

ParameterTypeRequiredDescription
tokenStringYesUser Token
order_idStringYesOrder Id

Response

JSON response example:

{
"shared_link": "https://cloudstg.ahamove.com/share-order/ABCDEF/84979003147"
}

Status-Code: 200 OK

Errors

CodeTextDescription
404Not Found- Token not found
- Order 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.