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

TIP

See the Returns overview for the conversation flow.

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

Released under the MIT License.