Nhảy tới nội dung

Lấy thông tin chi tiết đơn hàng Warehouse

Lấy thông tin chi tiết của đơn hàng Warehouse

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

KeyGiá trịMô tả
AuthorizationBearer <TOKEN_STG>Token của User tạo đơn
KeyGiá trị
Content-Typeapplication/json

Query Parameters

ParameterTypeYêu cầuMô tả
_idStringMã đơn hàng Warehouse (PARTNER_ABCXXXXXXXX)

Response

JSON response example:

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

Status-Code: 200 OK

Các lỗi thường gặp

Mã lỗiNội dungMô tả
404Not FoundKhông tìm thấy token
401UnauthorizedKhông được cấp phép
500Internal Server ErrorHệ thống của chúng tôi có lỗi xảy ra. Xin thử lại sau
503Service UnavailableChúng tôi tạm thời đang không hoạt động để bảo trì. Xin vui lòng thử lại sau