Customers > Customer Inventory > customerInventoryNotesDelete
Commerce APICustomersCustomer InventorycustomerInventoryNotesDelete
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"


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"


Result

Boolean

Preview (typescript)

Loading module