Inventory > Purchase Orders > purchaseOrderNotes
GET:purchase_order_notes.json
Description
Get all notes of a given purchase order or some specific notes.
Note that you either provide ids or purchase_order_id.
This is a typical bulk get endpoint.
Permission bit: "purchase_order_notes.read"
Topic: Purchase Orders
Arguments
List of purchase order note ids. See also: Unique Identifiers
Example: ["np_EQzGqWoY"]
Unique purchase order identifier. See also: Unique Identifiers
Example: "po_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
[Note!]
Preview (typescript)
Loading module