---
title: "Set ETA for pickup"
method: PUT
path: "/restaurants/driver/eta"
tags: ["Restaurants", "publicly-accessible"]
---

# Set ETA for pickup

`PUT /restaurants/driver/eta`

Set the average amount of time it will take a driver to collect a new order from a restaurant.

## Request body

- object[]
  - `restaurantId` string — The unique identifier of the restaurant.
  - `etaAtRestaurant` number — Your best estimation in minutes

## Response `202`

Update will take effect shortly

- IgnoredRestaurantIds
  - `ignoredRestaurantIds` string[] — A list of restaurant ids that were present in a request but were ignored.

## Other responses

- `400` — There was something invalid in your request - check response body for details

---

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