GET
/
v1
/
retailers
/
{retailer_pk}
/
rmas
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

retailer_pk
number
required

Retailer ID

Query Parameters

search
string

Search by RMA status or identifier

status
string

RMA status

purchase_order_number
string

Purchase order number

rma_number
string

RMA number

reason_id
number[]

Reason IDs associated with RMAs. Multiple values may be separated by commas.

reason
string

RMA reason

since
number

From a past date till current time (Unix epoch format)

brand_id
number[]

Vendor ID. Multiple values may be separated by commas.

connection_id
number[]

Connection IDs. Multiple values may be separated by commas.

order_by
string

Sorting criteria

page
integer

Page number within the paginated response

limit
integer

Number of records per page

Response

200 - application/json
count
integer
required

Total number of records

results
object[]
required
next
string | null

Next page (applicable in a paginated response)

previous
string | null

Previous page (applicable in a paginated response)