Skip to content

Create RMA status

Creates a new RMA status. Permission: sales.rma.statuses.create.

Operation

OperationTypePurpose
createAdminRmaStatus(input:)MutationCreate a RMA status

Input fields

Input fields are camelCase.

FieldTypeRequiredNotes
titlestringYesStatus label. Must be unique.
statusintegerNo1 active / 0 inactive (default 1).
colorstringNoHex color of the badge.

Released under the MIT License.