Order

Get order notes.

get/rest/api/orders/{id}/note/

Path parameters

idstring required

order number in Apilo system, e.g. <code>AL0012345</code>

Response

List of order notes

type1 | 2

Type of the note

createdAtstring date-time nullable

Time when created note

commentstring required

Note content

Example response

{
  "type": 2,
  "createdAt": "2024-01-23T09:29:30+0100",
  "comment": "I'll ask for delivery next week at the earliest"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.