POST:order_notes.json
POST:order_notes.json
Description
Modify one or multiple order notes.
Permission bit: "order_notes.modify"
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
Request Body
Array of NoteModify
[ { "raw_content": "[]" } ]
Response Body
Array of Note
Response Body Type
Loading module