# inventoryTransferRemoveItems - admin - MUTATION Version: unstable ## Description This mutation allows removing line items of a Transfer. It removes all quantities of the item from the transfer that are not associated with shipments. ### Access Scopes `write_inventory_transfers` access scope and `write_inventory` access scope. Also: The user must have permission to manage inventory. ## Arguments * [input](/docs/api/admin/unstable/input-objects/InventoryTransferRemoveItemsInput): InventoryTransferRemoveItemsInput! - The input fields for the InventoryTransferRemoveItems mutation. ## Returns * [inventoryTransfer](/docs/api/admin/unstable/objects/InventoryTransfer): InventoryTransfer The transfer with line items removed. * [removedLineItemIds](/docs/api/admin/unstable/scalars/String): String The line items that were removed from the transfer. * [userErrors](/docs/api/admin/unstable/objects/InventoryTransferRemoveItemsUserError): InventoryTransferRemoveItemsUserError! The list of errors that occurred from executing the mutation. ## Examples