---
title: "Update label"
method: PATCH
path: "/shipping/orders/update_label/v1/{order_id}"
tags: ["/shipping/orders"]
---

# Update label

`PATCH /shipping/orders/update_label/v1/{order_id}`

Updates label for the caller's role on the order. Coordinator writes coordinator_label; executor writes executor_label on matching task_group_details rows. | authz_personas=[coordinator_org_operators, order_executor_org_operators] | (OrdersUpdateLabelReq) -> (bool)

## Path parameters

- `order_id` string, required

## Request body

- OrdersUpdateLabelReq
  - `label` string, nullable
  - `label__set_to_None` boolean

## Response `200`

Successful Response

- boolean

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