---
title: "Order ready for pickup"
method: PUT
path: "/order-is-ready-for-pickup"
tags: ["Order Delivery Webhooks", "publicly-accessible"]
---

# Order ready for pickup

`PUT /order-is-ready-for-pickup`

The "Ready for pickup" event lets the delivery partner know that the food has been cooked and is now ready for collection up from the restaurant.

When this event is received, it is important that you let your driver know that the order should now be collected from inside the restaurant. For example, this driver notification could take the form of an in-app notification or an SMS message.

This communication is needed to support restaurants who are unable to accommodate drivers inside their premises, as it allows restaurants to notify drivers waiting outside that they should come inside to collect their order.

NB; This event can be sent by the restaurant at any point after the order is accepted by the restaurant (for instance, this event may be sent before the driver has arrived at the restaurant).

## Request body

- ReadyForPickup
  - `Event` 'Ready for pickup'
  - `Timestamp` string, date-time

## Response `200`

Upon successful receipt of the event, delivery partners should return a 200 HTTP status code indicating acknowledgement of transmission.

## Other responses

- `default` — In the unlikely case of unknown errors, JUST EAT will log a raw response. If possible, the response should have the following format

---

[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/versions/49ff8eb806d9/schema)
