Get Return
Returns the full detail of a single RMA request: the returned item, proof images, status, order/customer context, the canReopen flag, and the availableStatuses transitions the admin may set next.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/rma/requests/{id} | GET |
Field notes
item— the returned line, with snake_case keys:id,order_item_id,sku,name,quantity,resolution(returnorcancel_items),reason_id,reason,variant_id.images— a list of{ id, path, url }.availableStatuses— a list of{ id, title }, the status ids you may pass to Update Status.
Permission
sales.rma.requests
TIP
See the Returns overview for the status workflow and action semantics.
All admin endpoints require an admin Bearer token — see Authentication.

