---
title: "Assign"
method: PATCH
path: "/shipping/orders/assign/v1/{order_id}"
tags: ["/shipping/orders"]
---

# Assign

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

Adds operator(s) to the caller's assignees on the order. Coordinator writes coordinator_assigned_user_ids; executor writes executor_assigned_user_ids on matching task_group_details. | authz_personas=[coordinator_org_operators, order_executor_org_operators] | (OrdersAssignReq) -> (bool)

## Path parameters

- `order_id` string, required

## Request body

- OrdersAssignReq
  - `operator_user_ids` string[], required

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