---
title: "Webhook Shipping Task Task Artifact Completed"
method: POST
path: "shipping.task.task_artifact_completed"
---

# Webhook Shipping Task Task Artifact Completed

`POST shipping.task.task_artifact_completed` (webhook)

Sent when a task artifact is marked as completed.

## Payload

- ShippingTaskTaskArtifactCompletedWebhookPayload
  - `event_type` 'shipping.task.task_artifact_completed'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_id` string, required — The order containing the task
  - `task_group_id` string, required — The task group containing the task
  - `task_id` string, required — The task the artifact belongs to
  - `task_artifact_id` string, required — The task artifact that was completed
  - `task_artifact_type` 'image' | 'signature' | 'scan' | 'other', required

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