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

# Order Started

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

The **Order Started** endpoint in the Order Status Update API is used to mark an order as started. When this endpoint is triggered, it signifies that the preparation or fulfillment process for the specified order ({id}) under a particular service ({service-id}) has begun. This status update helps track the order's progress and notify relevant stakeholders that the order is now actively being worked on.

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