Skip to content

Update RMA rule

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

Endpoint

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

Request body

FieldTypeRequiredNotes
namestringNoRule label.
descriptionstringNoFree-text description.
statusintegerNo1 active / 0 inactive.
return_periodintegerNoReturn window in days.

Returns 200 with the updated RMA rule.

Released under the MIT License.