Return Detail (GraphQL)
Returns a single RMA request by IRI, with the returned item, proof images, status, order/customer context, the canReopen flag, and the availableStatuses transitions the admin may set next.
The id argument is the request IRI (/api/admin/rma/requests/{id}).
Field notes
itemis the returned line:id,order_item_id,sku,name,quantity,resolution(returnorcancel_items),reason_id,reason, andvariant_id. Select it bare (it is a JSON value).imagesis a list of{ id, path, url }.availableStatusesis a list of{ id, title }— the status ids you may pass to Update Status.
TIP
See the Returns overview for the status workflow and action semantics.
Permission: sales.rma.requests.
All admin operations require an admin Bearer token — see Authentication.

