Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique RMA ID. This ID is automatically generated when a merchant registers a pending return for a supplier using the POST /v1/retailers/{retailer_id}/rmas/
endpoint.
The unique brand ID. In the Dropship UI this is called the Supplier ID. To find your Supplier ID, click your supplier name in the top nav.
Body
Represents a Return Merchandise Authorization (RMA) for a product return.
The unique identifier of the order associated with the RMA.
12345
The unique identifier for the reason of the RMA.
5
The unique RMA number.
32
"RMA1234567890"
An identifier for the brand associated with the RMA.
32
"fabric-brand"
The current status of the RMA.
pending
, approved
, rejected
"pending"
Indicates whether the RMA was created by the retailer or the brand.
retailer
, brand
"retailer"
The timestamp when the RMA was initiated.
"2023-01-15T10:00:00.000Z"
The timestamp when the RMA was approved.
"2023-01-16T11:30:00.000Z"
The timestamp when the RMA was rejected.
"2023-01-17T14:45:00.000Z"
The timestamp when the RMA was acknowledged.
"2023-01-15T10:15:00.000Z"
Response
Ok
Order ID
1000
ID associated with return reason
344
RMA ID. This ID is required in subsequent endpoints related to RMA.
4
Purchase order number
1
"CS192168"
RMA number
32
"ABC123"
RMA status. Default is Pending.
pending
, approved
, rejected
"Pending"
User that initiated RMA
retailer
, brand
"Retailer"
Time of RMA creation (UTC format)
"2022-09-10T15:24:56Z"
Time of RMA approval (UTC format)
"2022-09-10T15:24:56Z"
Time of RMA rejection(UTC format)
null
Time of order finalization (UTC format)
"2022-09-10T15:24:56Z"
Time of RMA acknowledgment (UTC format)
"2022-09-10T15:24:56Z"
Reason for return
1
"Incorrect"
Total amount
"34.00"