Buuyurtma holati
Buuyurtma holati
GET
/v1/order/track?orderId=<orderId>
Buyurtma holati
REQUEST
Request Body
No schema defined.
RESPONSE
200
Masalan: .
Content-Type:
application/json
Response Body
{
"status": true,
"message": "Данные успешно получены.",
"status_code": 200,
"data": {
"orderId": 11950975,
"status": {
"code": 400,
"name": "В офисе доставки"
}
}
}
| Field | Type | Description |
|---|---|---|
orderId |
integer | Buyurtma raqami |
status[code] |
string | Buyurtma holati kodi |
status[name] |
string | Buyurtma holati nomi |
404
Not Found
Masalan: Not Found.
Content-Type:
application/json
Response Body
{
"status": false,
"message": "Ресурс не найден.",
"status_code": 404
}
No schema defined.