Create RMA status
Creates a new RMA status. Permission: sales.rma.statuses.create.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminRmaStatus(input:) | Mutation | Create a RMA status |
Input fields
Input fields are camelCase.
| Field | Type | Required | Notes |
|---|---|---|---|
title | string | Yes | Status label. Must be unique. |
status | integer | No | 1 active / 0 inactive (default 1). |
color | string | No | Hex color of the badge. |

