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

# Order Prepared

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

The **Order Prepared** endpoint is part of the Order Status Update API, used to update the status of an order by marking it as "prepared." This indicates that the order has been fully prepared and is ready for the next step, such as being picked up or dispatched for delivery. The request typically involves sending a POST request to the endpoint, where {service-id} represents the ID of the service (e.g., a restaurant or vendor), and {id} represents the specific order ID.

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