POST:order_notes.json
Commerce APIPOST:order_notes.json

POST:order_notes.json

Description

Create one or multiple order notes.

Customers cannot see these notes.

Permission bit: "order_notes.create"

Topic: Orders

Query Parameters

order_id: String, required

Unique order identifier. See also: Unique Identifiers

Example: ?order_id=or_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