Orders > Orders > orderNotes
GET:order_notes.json
Description
Get all notes of a given order or some specific notes.
Note that you either provide ids or order_id.
This is a typical bulk get endpoint.
Permission bit: "order_notes.read"
Topic: Orders
Arguments
List of order note ids. See also: Unique Identifiers
Example: ["no_EQzGqWoY"]
Unique order identifier. See also: Unique Identifiers
Example: "or_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
[Note!]
Preview (typescript)
Loading module