---
title: "Webhook Shipping Task Group Tasks Ordering Updated"
method: POST
path: "shipping.task_group.tasks_ordering_updated"
---

# Webhook Shipping Task Group Tasks Ordering Updated

`POST shipping.task_group.tasks_ordering_updated` (webhook)

Sent when the ordering of tasks within a task group is changed.

## Payload

- ShippingTaskGroupTasksOrderingUpdatedWebhookPayload
  - `event_type` 'shipping.task_group.tasks_ordering_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 task ordering was updated
  - `task_ids` string[], required — The new ordered list of task IDs

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