Skip to content

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

EndpointMethod
/api/admin/rma/requests/{id}GET

Field notes

  • item — the returned line, with snake_case keys: id, order_item_id, sku, name, quantity, resolution (return or cancel_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

See the Returns overview for the status workflow and action semantics.

Released under the MIT License.