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": "This is a new note" }'
"true"
Post a new note to a return.
The unique identifier associated with the return.
Success
The value returned when the return has been queued for processing.