Customers > Customer Inventory > customerInventoryNotesModify
Commerce APICustomersCustomer InventorycustomerInventoryNotesModify
customerInventoryNotesModify
POST:customer_inventory_notes.json

Description

Modify one or multiple customer inventory item notes.

Permission bit: "customer_inventory_notes.modify"

Topic: Customer Inventory

Arguments

customer_inventory_id: String!

Unique customer inventory item identifier. See also: Unique Identifiers

Example: "ii_EQzGqWoY"


data: [NoteModify!]!

Main argument for mutations.


ids: [String!]!

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

Example: ["ni_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

text: String

Note text

Example: "Hello, my name is Bob."

Valid when: text is not empty

Valid when: text's length doesn't exceed 4096 characters


Result

[Note!]

Preview (typescript)

Loading module