Skip to main content
POST
/
warehouse
/
return
/
{return_id}
/
note
Create Return Note
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>"

Authorizations

X-Authorization
string
header
required

Path Parameters

return_id
integer
required

The unique identifier associated with the return.

Body

application/json
content
string
required

The content of the note.

Response

Success

The value returned when the return has been queued for processing.