v1

latestOpenAPI 3.1.02026-07-2689175245.8 KB
Return 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

contentstring required

The content of the note.

Example request

{
  "content": "This is a new note"
}

Response

Success

boolean required

The value returned when the return action succeeds.

Example response

true