---
title: "Webhook Shipping Order Staged"
method: POST
path: "shipping.order.staged"
---

# Webhook Shipping Order Staged

`POST shipping.order.staged` (webhook)

Sent when an order transitions from DRAFT to STAGED status.

## Payload

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

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