Buuyurtma holati
Buuyurtma holati
GET
/v1/order/track?orderId=<orderId>
Buyurtma holati
REQUEST
{
"example": "value"
}
No schema defined.
RESPONSE
HTTP 200
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 |
HTTP 404
Response Body
{
"status": false,
"message": "Ресурс не найден.",
"status_code": 404
}
No schema defined.