--- title: InventoryTransferRemoveItemsInput - GraphQL Admin description: The input fields to remove inventory items from a transfer. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-10/input-objects/InventoryTransferRemoveItemsInput md: >- https://shopify.dev/docs/api/admin-graphql/2025-10/input-objects/InventoryTransferRemoveItemsInput.md metadata: domain: admin --- # Inventory​Transfer​Remove​Items​Input input\_object The input fields to remove inventory items from a transfer. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-10/scalars/ID) non-null The ID of the inventory transfer where the items will be removed. * transfer​Line​Item​Ids [\[ID!\]](https://shopify.dev/docs/api/admin-graphql/2025-10/scalars/ID) The IDs of the [`InventoryTransferLineItem`s](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryTransferLineItem) to be removed from the transfer. Passing an empty array is a no-op and returns the transfer unchanged. *** ## Mutations using this input * [inventory​Transfer​Remove​Items.input](https://shopify.dev/docs/api/admin-graphql/2025-10/mutations/inventoryTransferRemoveItems#arguments-input) ARGUMENT *** ## Map ### Mutations using this input * [inventory​Transfer​Remove​Items.input](https://shopify.dev/docs/api/admin-graphql/2025-10/mutations/inventoryTransferRemoveItems#arguments-input)