v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBReturn Actions
Get Return Notes
Get notes on a specific return using the return's ID.
Required API key scope
- Returns
get/warehouse/return/{id}/notes
Path parameters
idinteger required
The unique identifier associated with the return.
Response
Success
Example response
[
{
"id": 1,
"content": "This is a sample note",
"created_at": "2023-08-15 13:19:20"
}
]