Customers > Customer Inventory > customerInventoryNotesDelete
DELETE:customer_inventory_notes.json
Description
Delete specific customer inventory item notes of a given shop.
Permission bit: "customer_inventory_notes.delete"
Topic: Customer Inventory
Arguments
customer_inventory_id: String!
Unique customer inventory item identifier. See also: Unique Identifiers
Example: "ii_EQzGqWoY"
List of inventory item note ids. See also: Unique Identifiers
Example: ["ni_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
Boolean
Preview (typescript)
Loading module