Inventory > Transfers > transferNotes
Commerce APIInventoryTransferstransferNotes
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

ids: [String!]

List of transfer note ids. See also: Unique Identifiers

Example: ["nt_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


transfer_id: String!

Unique transfer identifier. See also: Unique Identifiers

Example: "tx_EQzGqWoY"


Result

[Note!]

Preview (typescript)

Loading module