GET:purchase_order_notes.json
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
Query Parameters
ids: Comma-separated array of String, required
List of purchase order note ids. See also: Unique Identifiers
Example: ?ids=np_EQzGqWoY,np_EQzGqWoY
purchase_order_id: String, required
Unique purchase order identifier. See also: Unique Identifiers
Example: ?purchase_order_id=po_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of Note
Response Body Type
Loading module