Skip to content

Update RMA reason

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

Endpoint

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

Request body

FieldTypeRequiredNotes
titlestringNoReason label.
statusintegerNo1 active / 0 inactive.
positionintegerNoSort order.
resolution_typearrayNoAllowed return actions.

Returns 200 with the updated RMA reason.

Released under the MIT License.