---
title: "Associate cargo with task"
method: POST
path: "/shipping/orders/cargo/associate_with_task/v1"
tags: ["/shipping/orders"]
---

# Associate cargo with task

`POST /shipping/orders/cargo/associate_with_task/v1`

Associates cargo with an order task and updates operational cargo status when applicable. | (OrdersAssociateCargoWithTaskReq) -> (bool)

## Request body

- OrdersAssociateCargoWithTaskReq
  - `order_id` string, required
  - `task_id` string, required
  - `cargo_id` 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)
