---
title: "Complete order"
method: POST
path: "/orders/{orderId}/complete"
tags: ["Order Acceptance API", "publicly-accessible"]
---

# Complete order

`POST /orders/{orderId}/complete`

Call when an order is complete. An order can only be marked as complete if it hasn't already been marked as cancelled or complete.

## Path parameters

- `orderId` string, required

## Response `204`

No content - status updated successfully

## Other responses

- `404` — Not found - order could not be found
- `409` — Conflict - this order has already been marked as cancelled or complete
- `500` — Internal Server Error

---

[API](https://skmtc.net/justeat/apis/just-eat.md) · [All operations](https://skmtc.net/justeat/apis/just-eat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/justeat/just-eat/revisions/49ff8eb806d9/schema)
