POST:customer_notes.json
Commerce APIPOST:customer_notes.json

POST:customer_notes.json

Description

Modify one or multiple customer notes.

Permission bit: "customer_notes.modify"

Topic: Customers

Query Parameters

customer_id: String, required

Unique customer identifier. See also: Unique Identifiers

Example: ?customer_id=cu_EQzGqWoY


ids: Comma-separated array of String, required

List of customer note ids. See also: Unique Identifiers

Example: ?ids=nc_EQzGqWoY,nc_EQzGqWoY


shop_id: String, required

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