Create RMA reason
Creates a new RMA reason. Permission: sales.rma.reasons.create.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminRmaReason(input:) | Mutation | Create a RMA reason |
Input fields
Input fields are camelCase.
| Field | Type | Required | Notes |
|---|---|---|---|
title | string | Yes | Reason label. |
resolution_type | array | Yes | Allowed return actions: return, cancel_items. |
status | integer | No | 1 active / 0 inactive (default 1). |
position | integer | No | Sort order. |

