GET:order_notes.json
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
Query Parameters
ids: Comma-separated array of String, required
List of order note ids. See also: Unique Identifiers
Example: ?ids=no_EQzGqWoY,no_EQzGqWoY
Unique order identifier. See also: Unique Identifiers
Example: ?order_id=or_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of Note
Response Body Type
Loading module