---
title: "GET /api/v1.0/orders/{orderId}/deliveryinfo"
method: GET
path: "/api/v1.0/orders/{orderId}/deliveryinfo"
tags: ["Orders"]
---

# GET /api/v1.0/orders/{orderId}/deliveryinfo

`GET /api/v1.0/orders/{orderId}/deliveryinfo`

## Path parameters

- `orderId` integer, required

## Response `200`

OK

- RestApiResultOrderDeliveryInformation — Rest api result
  - `Data` OrderDeliveryInformation, required — Order Delivery Status Information
    - `OrderId` integer — Order Id
    - `ExternalReferenceId` string — External Reference Id
    - `TrackUrl` string — Tracking Url
    - `Status` 'None' | 'Unassigned' | 'Unaccepted' | 'Accepted' | 'Carrying' | 'OnTheWay' | 'ArrivedAtLocation' | 'Delivered' | 'CannotDeliver', nullable — Delivery Status
    - `DeliveryStatusNotes` string — Delivery Status Notes
    - `ErrorMessage` string — Error Message
    - `IntegrationCode` string — Integration Code
    - `IntegrationName` string — Integration Name

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — Either the order was not found or there is no delivery information associated to it.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/revisions/a72c0465da74/schema)
