Skip to content

Update RMA status

Partial update — send only the fields you want to change; omitted fields keep their current value. Permission: sales.rma.statuses.edit.

Endpoint

PUT /api/admin/rma/statuses/{id}

Request body

FieldTypeRequiredNotes
titlestringNoStatus label. Must be unique.
statusintegerNo1 active / 0 inactive.
colorstringNoHex color of the badge.

Returns 200 with the updated RMA status.

Released under the MIT License.