Inventory > Purchase Orders > purchaseOrderNotes
Commerce APIInventoryPurchase OrderspurchaseOrderNotes
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

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

[Note!]

Preview (typescript)

Loading module