Inventory > Transfers > transferNotesDelete
Commerce APIInventoryTransferstransferNotesDelete
transferNotesDelete
DELETE:transfer_notes.json

Description

Delete specific transfer notes of a given shop.

Permission bit: "transfer_notes.delete"

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

Boolean

Preview (typescript)

Loading module