Skip to content

Send Return Message

Adds an admin reply to an RMA request's conversation thread and notifies the customer.

Endpoint

EndpointMethod
/api/admin/rma/messagesPOST

Request Body

FieldTypeRequiredDescription
return_idintegeryesThe RMA request to post on.
messagestringyesThe message body.

To attach a file, send the request as multipart/form-data with return_id, message, and a file part.

Permission

sales.rma.requests

TIP

See the Returns overview for the conversation flow.

All admin endpoints require an admin Bearer token — see Authentication.

Released under the MIT License.