cURL
curl --request GET \ --url https://api.loopreturns.com/api/v1/warehouse/return/{return_id}/notes \ --header 'X-Authorization: <api-key>'
{ "notes": [ { "id": 123, "content": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Get notes on a specific return using the return’s ID.
The unique identifier associated with the return.
Success
Show child attributes