Update RMA status
Partial update — send only the fields you want to change. Pass the resource IRI as id. Permission: sales.rma.statuses.edit.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminRmaStatus(input:) | Mutation | Update a RMA status |
Input fields
Input fields are camelCase. id is the resource IRI.
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | Resource IRI of the RMA status to update. |
title | string | No | Status label. Must be unique. |
status | integer | No | 1 active / 0 inactive. |
color | string | No | Hex color of the badge. |

