---
title: "Mark order as ready for collection"
method: POST
path: "/orders/{orderId}/readyforcollection"
tags: ["Order Acceptance API", "publicly-accessible"]
---

# Mark order as ready for collection

`POST /orders/{orderId}/readyforcollection`

Call when a collection order is ready to be collected by the customer. An order can only be marked as ready for collection if it is a collection order in the accepted state.

## Path parameters

- `orderId` string, required

## Response `204`

No content - status updated successfully

## Other responses

- `400` — Bad request - order cannot be marked as ready for collection because it is not a collection order
- `404` — Not found - order could not be found
- `409` — Conflict - this order is not in the accepted state
- `500` — Internal Server Error

---

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