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
| Endpoint | Method |
|---|---|
/api/admin/rma/requests/resolution-reasons | GET |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
resolution_type | string | yes | return 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.

