Skip to content

Create RMA rule

Creates a new RMA rule. Permission: sales.rma.rules.create.

Endpoint

POST /api/admin/rma/rules

Request body

FieldTypeRequiredNotes
namestringYesRule label.
return_periodintegerYesReturn window in days.
descriptionstringNoFree-text description.
statusintegerNo1 active / 0 inactive (default 1).

Returns 201 with the created RMA rule.

Released under the MIT License.