> For the complete documentation index, see [llms.txt](https://docs.sendstackhq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/pickup-window-updated.md).

# Pickup window updated

```
{
  "eventType": "order.updateWindow",
  "dropId": "64f59bdf23d7089ca657b91e",
  "batchId": "U4C7VO",
  "trackingId": "F8553J",
  "externalOrderId": "X1688y",
  "newWindow": {
    "date": "2023-08-23",
    "start": "2023-08-23T15:00:00.493Z",
    "end": "2023-08-23T17:00:00.493Z"
  },
  "windowType": "pickupWindow",
  "webhookId": "66faa977606e413be093c02f"
}
```
