---
title: "Webhook Shipping Task Group In Progress"
method: POST
path: "shipping.task_group.in_progress"
---

# Webhook Shipping Task Group In Progress

`POST shipping.task_group.in_progress` (webhook)

Sent when a task group transitions to IN_PROGRESS status.

## Payload

- ShippingTaskGroupInProgressWebhookPayload
  - `event_type` 'shipping.task_group.in_progress'
  - `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 that is now in progress

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