Skip to content

List Return Reasons

Returns the active reasons available when creating a return, ordered by position. Returned as a plain JSON array (no { data, meta } envelope). The reason set differs per resolution type — pass the chosen reason's id as rma_reason_id when creating a return.

Endpoint

EndpointMethod
/api/admin/rma/requests/resolution-reasonsGET

Query Parameters

ParameterTypeRequiredDescription
resolution_typestringyesreturn or cancel_items.

Permission

sales.rma.requests

TIP

See the Returns overview for how a return is created.

All admin endpoints require an admin Bearer token — see Authentication.

Released under the MIT License.