Update RMA rule
Partial update — send only the fields you want to change. Pass the resource IRI as id. Permission: sales.rma.rules.edit.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminRmaRule(input:) | Mutation | Update a RMA rule |
Input fields
Input fields are camelCase. id is the resource IRI.
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | Resource IRI of the RMA rule to update. |
name | string | No | Rule label. |
description | string | No | Free-text description. |
status | integer | No | 1 active / 0 inactive. |
return_period | integer | No | Return window in days. |

