---
title: "Create Return Comment"
method: POST
path: "/returns/{returnId}/comments"
tags: ["Returns"]
---

# Create Return Comment

`POST /returns/{returnId}/comments`

Create return comment. Requires the [`returns_write`](/docs/api-reference/scopes) scope.

## Request body

- object
  - `comment` union, required — Comment with either message or image.
    - object
      - `image` string, byte, required — Base64-encoded image
    - object
      - `message` string, required — Message.

## Response `201`

Created

- object
  - `comment` union, required — Comment with either message or image.
    - object
      - `image` string, byte, required — Base64-encoded image
    - object
      - `message` string, required — Message.

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/redoapp/apis/redo-api.md) · [All operations](https://skmtc.dev/redoapp/apis/redo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redoapp/redo-api/revisions/119714540a45/schema)
