Update Return
Update return status or details
Updates the status or details of a return. Common status updates include marking as shipped, delivered, or completed.
Parameters
Path Parameters
id
string
required
The return ID
Request Body
status
string
New status for the return
internalNotes
string
Internal notes for staff
Returns
200
Return updated successfully
404
Return not found
Related
returns
update
PUT/api/returns/{id}