---
title: "Get Available Fulfilment Times"
method: GET
path: "/checkout/{tenant}/{checkoutId}/fulfilment/availabletimes"
tags: ["Checkout", "publicly-accessible"]
---

# Get Available Fulfilment Times

`GET /checkout/{tenant}/{checkoutId}/fulfilment/availabletimes`

Gets a collection of times for when an order can be fulfilled.

## Path parameters

- `tenant` string, required
- `checkoutId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

OK : Request has succeeded.

- GetAvailableFulfilmentTimesResponse
  - `times` object[], required — Collection of time bands for when an order can be fulfilled.
    - `from` string, date-time, required — Start time represented in ISO 8601 UTC (Zulu Time).
    - `to` string, date-time, required — End time represented in ISO 8601 UTC (Zulu Time). This time can be equal to the from time.
  - `asapAvailable` boolean, required — If the option to fulfil an order as soon as possible is available.

## Other responses

- `400` — BAD REQUEST : Cannot process the request due to error by client.
- `404` — NOT FOUND : Target resource could not be found.
- `409` — CONFLICT : Request not completed as it conflicts with target resource.
- `429` — TOO MANY REQUESTS : Request not completed as server has received too many requests in a given amount of time.
- `500` — INTERNAL SERVER ERROR : Error on server preventing request from being fulfilled.
- `503` — SERVICE UNAVAILABLE : Server currently unable to fulfil the request. The request can be retried.

---

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