Inventory > Purchase Orders > purchaseOrderNotesDelete
Commerce APIInventoryPurchase OrderspurchaseOrderNotesDelete
purchaseOrderNotesDelete
DELETE:purchase_order_notes.json

Description

Delete specific purchase order notes of a given shop.

Permission bit: "purchase_order_notes.delete"

Topic: Purchase Orders

Arguments

ids: [String!]!

List of purchase order note ids. See also: Unique Identifiers

Example: ["np_EQzGqWoY"]


purchase_order_id: String!

Unique purchase order identifier. See also: Unique Identifiers

Example: "po_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module