---
title: "Create Order Comment"
method: POST
path: "/orders/{order_id}/comments"
---

# Create Order Comment

`POST /orders/{order_id}/comments`

Add a comment to a specific order.

## Path parameters

- `order_id` integer, required

## Request body

- object
  - `comment` string, required — Comment text
  - `is_private` boolean — Is this comment private?

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/versions/85de4353ed28/schema)
