Customers > Customer Inventory > customerInventoryNotesCreate
Commerce APICustomersCustomer InventorycustomerInventoryNotesCreate
customerInventoryNotesCreate
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

Arguments

customer_inventory_id: String!

Unique customer inventory item identifier. See also: Unique Identifiers

Example: "ii_EQzGqWoY"


data: [NoteCreate!]!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

raw_content: String!

Raw content of the note

Example: "[]"

Valid when: raw_content is not empty

Valid when: raw_content's length doesn't exceed 100000 characters


Result

[Note!]

Preview (typescript)

Loading module