Skip to content

List Return Messages

Returns the conversation thread of an RMA request, newest first. Returned as a plain JSON array (no { data, meta } envelope). isAdmin distinguishes admin replies from customer messages; attachmentUrl is the public URL of an attached file (both null when there is no attachment).

Endpoint

EndpointMethod
/api/admin/rma/messagesGET

Query Parameters

ParameterTypeRequiredDescription
return_idintegeryesThe RMA request whose messages to list.

Permission

sales.rma.requests

See the Returns overview for the conversation flow.

Released under the MIT License.