Skip to main content
POST
Create a return

Authorizations

Authorization
string
header
required

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

Body

application/json
data
object[]
required
returnMethodAttributes
null | object

Return method attributes for creating return with specific method

quantity
integer<int32>

Number of items to create.

Required range: x <= 100
serials
string[]

Serials will be picked from the list and assigned to items.

visibility
enum<string>
Available options:
available,
unavailable,
retired,
sold

Response

Expected response to a valid request

errors
string[]
returnOrders
object[]