Skip to content

Send Return Message (GraphQL)

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

Input

FieldTypeRequiredDescription
returnIdIntyesThe RMA request to post on.
messageStringyesThe message body.

Attaching a file is REST-only (multipart) — not available over GraphQL.

TIP

See the Returns overview for the conversation flow.

Permission: sales.rma.requests.

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

Released under the MIT License.