Inventory > Transfers > transferNotesCreate
Commerce APIInventoryTransferstransferNotesCreate
transferNotesCreate
POST:transfer_notes.json

Description

Create one or multiple transfer notes.

Permission bit: "transfer_notes.create"

Topic: Transfers

Arguments

data: [NoteCreate!]!

Main argument for mutations.


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"


Data Argument Fields

text: String!

Note text

Example: "Hello, my name is Bob."

Valid when: text is not empty

Valid when: text's length doesn't exceed 4096 characters


Result

[Note!]

Preview (typescript)

Loading module