---
title: "Webhook Shipping Task Group Flight Info Updated"
method: POST
path: "shipping.task_group.flight_info_updated"
---

# Webhook Shipping Task Group Flight Info Updated

`POST shipping.task_group.flight_info_updated` (webhook)

Sent when flight information is updated on a FLIGHT type task group.

## Payload

- ShippingTaskGroupFlightInfoUpdatedWebhookPayload
  - `event_type` 'shipping.task_group.flight_info_updated'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_id` string, required — The order containing the task group
  - `task_group_id` string, required — The task group whose flight info was updated
  - `flight_legs` FlightLegWebhookInfo[], required — The task group's ordered flight legs
    - `flight_number` string, required — The flight number
    - `carrier_iata` string, nullable — Carrier IATA code
    - `origin_iata` string, nullable — Origin airport IATA code
    - `destination_iata` string, nullable — Destination airport IATA code
    - `scheduled_departure_utc` string, date-time, nullable — Scheduled departure (UTC)
    - `scheduled_arrival_utc` string, date-time, nullable — Scheduled arrival (UTC)

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
