Skip to main content

Get Warehouse Order Detail

Get Warehouse order detail information

curl --request GET \
--url https://apistg.ahamove.com/api/v1/partner/warehouse/order/{_id} \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Token STG>'

HTTP Request

GET https://apistg.ahamove.com/api/v1/partner/warehouse/order/{_id}

Authorization

KeyValueDescription
AuthorizationBearer <TOKEN_STG>The user Token
KeyValue
Content-Typeapplication/json

Query Parameters

ParameterTypeRequiredDescription
_idStringTrueWarehouse order ID (PARTNER_ABCXXXXXXXX)

Response

JSON response example:

{
"_id": "PARTNER_ABCXXXXXXXX",
...# 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