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

# Accept Order

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

The **Accept Order** endpoint for the Order Status Update API is used to mark a specific order as accepted. When a service provider or system accepts an order, it signifies that the order has been acknowledged and will be processed further. This is a key step in managing the lifecycle of an order. Once the order is marked as accepted, this step transitions the order status to a state indicating the service provider has confirmed the order and will move forward with it. This is typically used in cases where a manual or automated decision is made to fulfill the order.

## Path parameters

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

## Request body

- object — Response object of the successful order accept
  - `acceptedAt` string, required — Order accepted time
  - `externalReferenceId` string, required — Integration party unique id for the order

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