POST:customer_notes.json
Commerce APIPOST:customer_notes.json

POST:customer_notes.json

Description

Create one or multiple customer notes.

Customers cannot see these notes.

Permission bit: "customer_notes.create"

Topic: Customers

Query Parameters

customer_id: String, required

Unique customer identifier. See also: Unique Identifiers

Example: ?customer_id=cu_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of NoteCreate

[
  {
    "raw_content": "[]"
  }
]

Response Body

Array of Note

Response Body Type

Loading module