Skip to main content
Anchor to inventoryTransferDelete

inventoryTransferDelete

mutation

Requires write_inventory_transfers access scope. Also: The user must have permission to manage inventory.

Deletes an inventory transfer.

ID!
required

The ID of the inventory transfer to delete.


Was this section helpful?

Anchor to InventoryTransferDeletePayload returnsInventoryTransferDeletePayload returns

ID

The ID of the deleted inventory transfer.

[InventoryTransferDeleteUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?