---
title: "Update order ETA"
method: PUT
path: "/orders/{orderId}/duedate"
tags: ["Order Acceptance API", "publicly-accessible"]
---

# Update order ETA

`PUT /orders/{orderId}/duedate`

Use this to update the estimated time of arrival for an order (i.e. when you expect the customer to receive the food). NOTE: An initial estimate is given [upon acceptance](#/paths/~1orders~1{orderId}~1accept/put). This endpoint can be used to update that estimate.

## Path parameters

- `orderId` string, required

## Request body

- OrderDueDateRequest
  - `DueDate` string, date-time — The updated ETA for the order

## Response `200`

OK

## Other responses

- `400` — The due date is missing, or out of range (either in the past, or > 7 days in the future).
- `404` — The order could not be found.

---

[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/versions/4b25c7d97a53/schema)
