Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Just Eat Order Delivery API API

The Order Delivery API API from Just Eat — 10 operation(s) for order delivery api.

Just Eat Order Delivery API API is one of 24 APIs that Just Eat publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order Delivery API. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 10 operations across 10 paths, and defines 13 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against 3 base URLs: https://uk.api.just-eat.io, https://i18n.api.just-eat.io, https://aus.api.just-eat.io.

10 operations 10 paths 13 schemas 1 GET9 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://uk.api.just-eat.io
Authentication
HTTP Bearer, API Key, HTTP Basic, OpenID Connect, HTTP Bearer
Resource Areas
1

Authentication & Security 5

Just Eat Order Delivery API API declares 5 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer). An API key is passed in the header as Authorization (api_key). It accepts HTTP basic authentication (basic_auth). It supports OpenID Connect (justeat_adfs) discovered at https://adfs.just-eat.com/adfs/.well-known/openid-configuration. It accepts HTTP bearer tokens (JWT token with payload `RestaurantId` and Role `[RestaurantRead | VerifyEmail | RestaurantWrite | FullAccess | DocumentRead]`) (restaurantsignup_jwt).

  • Bearer — Bearer token authentication using a JSON Web Token (JWT).
  • api_key — APIs for delivery partners require an API key that will have been issued to you.
  • basic_auth — A few services allow the use of basic authentication when a partner doesn't support OAuth based authentication.
  • justeat_adfs — ADFS authentication provider for internal Just Eat tools.
  • restaurantsignup_jwt — Bearer token authentication using a JSON Web Token (JWT), used by the restaurant sign up system

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 1 GET, 9 PUT. Each is listed below with its method, path, parameters, and response codes.

Order Delivery API 10
GET
/delivery/estimatedeprecated
Get delivery estimate
4 params → 200
PUT
/orders/deliverystate/driverlocation
Update current driver locations (bulk upload)
body → 200
PUT
/orders/{orderId}/deliverystate/atdeliveryaddress
Update order with driver at delivery address details
1 param body → 200
PUT
/orders/{orderId}/deliverystate/atrestaurant
Update order with driver at restaurant details
1 param body → 200
PUT
/orders/{orderId}/deliverystate/atrestauranteta
Update the driver's estimated time to arrive at the Restaurant
1 param body → 200
PUT
/orders/{orderId}/deliverystate/delivered
Update order with delivered details
1 param body → 200
PUT
/orders/{orderId}/deliverystate/driverassigned
Update order with driver assigned details
1 param body → 200
PUT
/orders/{orderId}/deliverystate/driverlocation
Update the driver's current location
1 param body → 200
PUT
/orders/{orderId}/deliverystate/driverunassigned
Update order with driver unassigned details
1 param body → 200400
PUT
/orders/{orderId}/deliverystate/onitsway
Update order with driver on its way details
1 param body → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are delivery-driver-unassigned-details (9 properties), delivery-driver-assigned-details (7 properties), location (5 properties), bulk-delivery-details (5 properties). Each schema is shown below with its type and property counts.

eta-estimate
object
2 properties
bulk-delivery-details
object
5 properties
delivery-driver-details-with-eta
object
3 properties
delivery-driver-assigned-details
object
7 properties
delivery-details
object
2 properties
location
object
GeoLocation object containing latitude and longitude values.
5 properties 2 required
on-its-way-details
object
3 properties
extensibleObject
object
estimated-delivery-time
object
2 properties
vehicle-details
object
2 properties
delivery-driver-location
object
4 properties
delivery-driver-unassigned-details
object
9 properties
bulk-delivery-details-list
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

just-eat-order-delivery-api-api-openapi.yml Raw ↑

Other APIs Just Eat publishes across the network.

Just Eat Attempted Delivery API API
Just Eat Attempted Delivery Webhooks API
Just Eat Checkout API
Just Eat Consumer Queries Webhooks API
Just Eat ConsumerQueries API
Just Eat Consumers API
Just Eat Delivery Pools API API
Just Eat DeliveryFee API
Just Eat Order Acceptance API API
Just Eat Order Acceptance Webhooks API
Just Eat Order API API
Just Eat Order Delivery Webhooks API