Customers > Customers > customerNotesModify
POST:customer_notes.json
Description
Modify one or multiple customer notes.
Permission bit: "customer_notes.modify"
Topic: Customers
Arguments
Unique customer identifier. See also: Unique Identifiers
Example: "cu_EQzGqWoY"
data: [NoteModify!]!
Main argument for mutations.
List of customer note ids. See also: Unique Identifiers
Example: ["nc_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Note text
Example: "Hello, my name is Bob."
Valid when: text is not empty
Valid when: text's length doesn't exceed 4096 characters
Result
[Note!]
Preview (typescript)
Loading module