ReturnOrders
Update a return
Update status of a return or items in a return, or add an item to an existing return.
PUT
/
return_orders
/
{return_order_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Numeric ID of the return to retrieve.
Body
application/json
Available options:
requested
, expected
, received
, in_progress
, completed
, cancelled
Response
200 - application/json
Numeric ID of the return.
Available options:
uncredited
, partially_recredited
, recredited
Sequential ID of the return.
Status of the return.
Available options:
requested
, expected
, received
, in_progress
, completed
, cancelled