POST:customer_inventory_notes.json
Commerce APIPOST:customer_inventory_notes.json

POST:customer_inventory_notes.json

Description

Modify one or multiple customer inventory item notes.

Permission bit: "customer_inventory_notes.modify"

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


ids: Comma-separated array of String, required

List of inventory item note ids. See also: Unique Identifiers

Example: ?ids=ni_EQzGqWoY,ni_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