cURL
curl --request POST \ --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/note \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data ' { "content": "<string>" } '
"<string>"
Post a new note to a return.
The unique identifier associated with the return.
The content of the note.
Success
The value returned when the return has been queued for processing.