---
title: "Order Dispatched"
method: POST
path: "/{service-id}/orders/{id}/dispatched"
tags: ["Order Status Update API Grubtech Endpoints"]
---

# Order Dispatched

`POST /{service-id}/orders/{id}/dispatched`

The **Order Dispatched** endpoint is used to mark an order as "dispatched" in the system. Once an order has been prepared and is ready for delivery, this endpoint updates its status to indicate that it has left the restaurant or store and is on its way to the customer.

## Path parameters

- `service-id` string, required
- `id` string, required

## Response `204`

Successful response OK

## Other responses

- `400` — Bad request
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/versions/21688b6dcb69/schema)
