Update RMA reason
Partial update — send only the fields you want to change. Pass the resource IRI as id. Permission: sales.rma.reasons.edit.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminRmaReason(input:) | Mutation | Update a RMA reason |
Input fields
Input fields are camelCase. id is the resource IRI.
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | Resource IRI of the RMA reason to update. |
title | string | No | Reason label. |
status | integer | No | 1 active / 0 inactive. |
position | integer | No | Sort order. |
resolution_type | array | No | Allowed return actions. |

