---
title: "Customer Requested Redelivery"
method: PUT
path: "/redelivery-requested"
tags: ["Order Acceptance Webhooks", "publicly-accessible"]
---

# Customer Requested Redelivery

`PUT /redelivery-requested`

This webhook will be invoked whenever the customer responds to the attempted delivery notification.

## Request body

- AttemptedDeliveryResponseReceived
  - `OrderId` string
  - `Tenant` string
  - `Update` string
  - `Notes` string

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