POST:customer_inventory_notes.json
Commerce APIPOST:customer_inventory_notes.json

POST:customer_inventory_notes.json

Description

Create one or multiple customer inventory item notes.

Customers cannot see these notes.

Permission bit: "customer_inventory_notes.create"

Topic: Customer Inventory

Query Parameters

customer_inventory_id: String, required

Unique customer inventory item identifier. See also: Unique Identifiers

Example: ?customer_inventory_id=ii_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