v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBReturn Actions
Create Return Note
Post a new note to a return.
Required API key scope
- Returns
post/warehouse/return/{id}/note
Path parameters
idinteger required
The unique identifier associated with the return.
Request body
Example request
{
"content": "This is a new note"
}Response
Success
boolean required
The value returned when the return action succeeds.
Example response
true