v1

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

idinteger

The unique identifier associated with the return note.

contentstring

The content of the note.

created_atstring

The date and time at which the note was created, in Y-m-d H:i:s format.

Example response

[
  {
    "id": 1,
    "content": "This is a sample note",
    "created_at": "2023-08-15 13:19:20"
  }
]