Skip to content

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

OperationTypePurpose
updateAdminRmaStatus(input:)MutationUpdate a RMA status

Input fields

Input fields are camelCase. id is the resource IRI.

FieldTypeRequiredNotes
idIDYesResource IRI of the RMA status to update.
titlestringNoStatus label. Must be unique.
statusintegerNo1 active / 0 inactive.
colorstringNoHex color of the badge.

Released under the MIT License.