Skip to main content
GET
List RMAs (return merchandise authorizations)

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Query Parameters

status
enum<string>
Available options:
authorized,
expected,
received,
inspecting,
restocked,
written_off,
closed,
sent_to_vendor,
cancelled
account_id
string<uuid>
original_order_id
string<uuid>
location_id
string<uuid>

Filter to a single warehouse location (Layer 4 isolation). Resolved from the X-Location-Id request header first, then this query param. Returns whose originating order has NULL location_id, or returns with no original_order_id, remain visible (NULL-universal). Returns with no origin-order match are excluded.

expand[]
enum<string>[]
Available options:
items,
refunds,
original_order,
gl_entries,
return_label,
vendor_return
limit
integer
default:25

Maximum number of records to return per page. Default 25, max 500. Use together with starting_after for cursor pagination. For larger bulk extraction workflows prefer the migration endpoints.

Required range: 1 <= x <= 500
starting_after
string

Cursor for pagination. Pass the id of the last record from the previous page to fetch the next page. Mutually exclusive with ending_before.

Maximum string length: 200

Response

Paginated list of RMAs

object
enum<string>
Available options:
list
data
object[]
has_more
boolean