Mass Update RMA custom fields Status
Sets the active status flag on several RMA custom fields in one call. Permission: sales.rma.custom-fields.edit.
Endpoint
POST /api/admin/rma/custom-fields/mass-update-statusRequest body
| Field | Type | Required | Notes |
|---|---|---|---|
indices | array | Yes | Non-empty list of numeric ids to update. |
value | integer | Yes | New status — 1 (active) or 0 (inactive). |
An empty indices list or an out-of-range value returns a 422 error.
The response updated array lists the ids that changed.

