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

See the Returns overview for the conversation flow.

Released under the MIT License.