Skip to content

Create RMA status

Creates a new RMA status. Permission: sales.rma.statuses.create.

Endpoint

POST /api/admin/rma/statuses

Request body

FieldTypeRequiredNotes
titlestringYesStatus label. Must be unique.
statusintegerNo1 active / 0 inactive (default 1).
colorstringNoHex color of the badge.

Returns 201 with the created RMA status.

Released under the MIT License.