# inventoryTransferCancel - admin - MUTATION Version: unstable ## Description Cancels an inventory transfer. ### Access Scopes `write_inventory_transfers` access scope and `write_inventory` access scope. Also: The user must have permission to manage inventory. ## Arguments * [transferId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the inventory transfer to cancel. ## Returns * [inventoryTransfer](/docs/api/admin/unstable/objects/InventoryTransfer): InventoryTransfer The cancelled inventory transfer. * [userErrors](/docs/api/admin/unstable/objects/InventoryTransferCancelUserError): InventoryTransferCancelUserError! The list of errors that occurred from executing the mutation. ## Examples