POST
/
return_orders

Authorizations

Authorization
string
headerrequired

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

Body

application/json
data
object[]
required
quantity
integer

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

Response

200 - application/json
errors
string[]
returnOrders
object[]