POST
/
return_orders

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
id
integer
required

Numeric ID of the return.

createdAt
string
required
creditStatus
enum<string>
required
Available options:
uncredited,
partially_recredited,
recredited
customer
object
required
returnLines
object[]
required
requestedAt
string | null
sequentialId
integer
required

Sequential ID of the return.

status
enum<string>
required

Status of the return.

Available options:
requested,
expected,
received,
in_progress,
completed,
cancelled