Inventory > Transfers > transferNotesModify
POST:transfer_notes.json
Description
Modify one or multiple transfer notes.
Permission bit: "transfer_notes.modify"
Topic: Transfers
Arguments
data: [NoteModify!]!
Main argument for mutations.
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"
Data Argument Fields
Raw content of the note
Example: "[]"
Valid when: raw_content is not empty
Valid when: raw_content's length doesn't exceed 100000 characters
Result
[Note!]
Preview (typescript)
Loading module