Customers > Customers > customerNotes
GET:customer_notes.json
Description
Get all notes of a given customer or some specific notes.
Note that you either provide ids or customer_id.
This is a typical bulk get endpoint.
Permission bit: "customer_notes.read"
Topic: Customers
Arguments
Unique customer identifier. See also: Unique Identifiers
Example: "cu_EQzGqWoY"
List of customer note ids. See also: Unique Identifiers
Example: ["nc_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
[Note!]
Preview (typescript)
Loading module