cURL
curl --request PUT \ --url https://api.getredo.com/v2.2/returns/{returnId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "open" } '
{ "detail": "<string>", "instance": "<string>", "title": "<string>", "type": "about:blank" }
Update return status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Return ID
"64e4d5e837572a4813b73e40"
Return status.
complete
open
flagged
rejected
deleted
"open"
Updated
Was this page helpful?