Skip to content

Create RMA reason

Creates a new RMA reason. Permission: sales.rma.reasons.create.

Endpoint

POST /api/admin/rma/reasons

Request body

FieldTypeRequiredNotes
titlestringYesReason label.
resolution_typearrayYesAllowed return actions: return, cancel_items.
statusintegerNo1 active / 0 inactive (default 1).
positionintegerNoSort order.

Returns 201 with the created RMA reason.

Released under the MIT License.