Inventory > Transfers > transferNotes
GET:transfer_notes.json
Description
Get all notes of a given transfer or some specific notes.
Note that you either provide ids or transfer_id.
This is a typical bulk get endpoint.
Permission bit: "transfer_notes.read"
Topic: Transfers
Arguments
List of transfer note ids. See also: Unique Identifiers
Example: ["nt_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Unique transfer identifier. See also: Unique Identifiers
Example: "tx_EQzGqWoY"
Result
[Note!]
Preview (typescript)
Loading module