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

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

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

## Path parameters

- `orderId` integer, required

## Request body

- OrderDeliveryInformationBase — Order Delivery Status Information
  - `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

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[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)
