---
title: "Webhook Shipping Order Completed"
method: POST
path: "shipping.order.completed"
---

# Webhook Shipping Order Completed

`POST shipping.order.completed` (webhook)

Sent when an order transitions to COMPLETED status.

## Payload

- ShippingOrderCompletedWebhookPayload
  - `event_type` 'shipping.order.completed'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_id` string, required — The order that was completed

## 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.dev/chrt/apis/chrt-fastapi/revisions/9a30893d8db1?raw)
