---
title: "Attempted delivery query resolved"
method: PUT
path: "/attempted-delivery-query-resolved"
tags: ["Attempted Delivery Webhooks", "publicly-accessible"]
---

# Attempted delivery query resolved

`PUT /attempted-delivery-query-resolved`

This webhook will be invoked whenever an attempted delivery query has been resolved.

## Request body

- AttemptedDeliveryResolved
  - `OrderId` string — The ID of the order for which an attempted delivery query has been resolved
  - `Tenant` 'uk' | 'dk' | 'es' | 'ie' | 'it' | 'no' | 'au' | 'nz' — The tenant of the restaurant the order was placed at
  - `Resolution` object — Details of the resolution to the query
    - `Type` 'order_cancelled' | 'redeliver_order' — The type of resolution to the query, either cancellation or redelivery
    - `Cancellation` object — The cancellation properties. Only required if the order has been cancelled, otherwise null
      - `Reason` 'new_address_not_within_area' | 'unable_to_reprepare' | 'driver_not_available' | 'area_unsafe' | 'customer_doesnt_want_anymore' — The reason for cancelling the order
    - `Redelivery` object — The redelivery properties. Only required if the order is being redelivered, otherwise null
      - `Status` 'driver_at_address' | 'repreparing' — The current status of the order
      - `NewDueDate` string, date-time — Updated due date for delivery of the order in ISO 8601 format
      - `CustomerTimeZone` string — The IANA TZ database name of the time zone the customer that placed the order is in

## Response `200`

Respond with a 200 status code to indicate that you have received the notification.

---

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