Update RMA custom field
Partial update — send only the fields you want to change. Pass the resource IRI as id. Permission: sales.rma.custom-fields.edit.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminRmaCustomField(input:) | Mutation | Update a RMA custom field |
Input fields
Input fields are camelCase. id is the resource IRI.
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | Resource IRI of the RMA custom field to update. |
label | string | No | Field label. |
is_required | integer | No | 1/0. |
position | integer | No | Sort order. |
status | integer | No | 1 active / 0 inactive. |
options | array | No | Sending options replaces the full option set. Each entry { name, value }. |

