---
title: "Request order delivery status."
method: GET
path: "/order/fetch_delivery_status"
tags: ["Orders|Order"]
---

# Request order delivery status.

`GET /order/fetch_delivery_status`

Retrieves detailed delivery status information for an orders.
The request can be filtered by internal order ID, external reference, or delivery address (optionally within a specified radius).
The response includes the order ID, the current delivery status text, and the estimated delivery time window.

## Query parameters

- `id` integer
- `reference` string
- `address` string
- `radius` integer
- `dispoTypeId` integer
- `dispoTypeName` string
- `daysBefore` integer
- `daysAfter` integer
- `locale` string

## Response `200`

Success Response:

- StandardOrderFetchDeliveryStatusResponse
  - `deliveryStatus` object[] — The delivery statuses for the order.
    - `id` integer — Internal order ID.
    - `text` string — Current delivery status message or ETA description.
    - `timeFrom` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `timeTo` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/15839b24c497/schema)
